When a breakpoint line (10 max) is defined the running debuggee stops on that line before executing it. See also break on var/mem
- There are
two types : temporary (orange by default), deleted after have been passed
and permanent (red by default) never deleted.
- They could be disabled (grey, fixed color) and enabled.
- Put the
cursor on line,right click
and select option or use F3 (permanent) or shift+F3 (temporary) to set/clear or ctrl+F3 to disable/enable.
Disabling a line without breakpoint creates a disabled permanent one.
- The line
must be executable.
- The line
breakpoints are kept when restarting the debuggee.
You can eventually delete one or more.
- Breakpoints are saved in the ini file.
Caution : breakpoints in a dll are displayed only if the dll is loaded. An "invisible" breakpoint could be removed when creating a new one if the limit of 10 is reached.
- Click on
'x' = delete
- No change =
exit
- Delete all =
delete all the existing breakpoints
- Disable/enable all = disable/enable all
- Click on a row = selection and display of the corresponding line in code sources