Breakpoints menu options

From m204wiki
Revision as of 19:14, 3 April 2023 by Ekern (talk | contribs)
Jump to navigation Jump to search

The Breakpoints menu options are identified below:

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.