Online Documentation for SQL Manager for MySQL

Debugging


In the main window you can debug routine text. Editing of the routine text is not allowed in debugger.

Current statement is highlighted with blue.

Breakpoint is highlighted with red. You can toggle breakpoints by clicking the diamond mark to the left from the statement. To clear the breakpoint which is not needed anymore click the red circle mark to the left from the statement.

 

Function debugger - Debugging function_set breakpoint

 

Shortcuts that can be used when debugging:

  • F8 - begin single-stepping;
  • Ctrl+F2 - break execution;
  • Ctrl+F8 - add breakpoint to the current statement;
  • F9 - execute function (till next breakpoint or till the end).

 

Function debugger - Debugging function