Files
openide/python/educational-python/resources/tips/BreakpointSpeedmenu.html
Valentina Kiryushkina 7e5a5b849a Rename educational plugins and update plugin's description
edu --> educational-python
educational --> educational-core
interactive-learning --> student
2016-01-26 19:36:12 +03:00

13 lines
370 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
Right-clicking on a breakpoint (in the left gutter) invokes the context menu where
you can quickly enable/disable the breakpoint or adjust its properties.</p>
<p class="image">
<img src="images/breakpoint_speedmenu.png"></p>
</body>
</html>