Breakpoints menu options

From m204wiki
Jump to navigation Jump to search

The Breakpoints menu options are identified below:

breakMenu3

Breaks At Sets a breakpoint on each executable line in the request (from the beginning of the request) that contains a case insensitive match of the string or regex specified in the Search box. Described further in Setting multiple breakpoints at once.
Breaks Sets breakpoints on lines that follow comments that have the form *break. Described further in Setting multiple breakpoints at once.
Toggle Breakpoint on Current Line Sets or removes a breakpoint for the current Source Code line if the line is or starts an executable statement. Described further in Setting a single breakpoint. Same as the toggleBreakpointOnCurrentLine command.
Clear All Breakpoints Removes all breakpoints in the request. Same as the clearBreaks command.