index.rst (556B)
1 =================== 2 Disable breakpoints 3 =================== 4 5 To disable a single breakpoint, uncheck the checkbox next to it in the :ref:`breakpoints list <debugger-ui-tour-breakpoints-list>`. 6 7 .. |image1| image:: toggle-all.png 8 :width: 20 9 10 To disable all breakpoints, click this icon: |image1| in the :ref:`toolbar <debugger-ui-tour-toolbar>`. 11 12 After you click the icon to disable breakpoints, the appearance of the breakpoints will change to a lighter color with a dark-colored border. For example: 13 14 .. image:: disable_breakpoints.png 15 :class: border