Breakpoints

On the Breakpoints tab, you can see a list of all the breakpoints that are available in your process.

The Breakpoints tab includes the following columns:

  • Active: you can activate and deactivate specific breakpoints. If breakpoints are deactivated, then they are not hit during debugging.
  • Line: you can see a line number under which particular breakpoints are located.
  • Process Name: you can see to which process the breakpoint belongs.
  • Process Version: you can see to which process version the breakpoint belongs.
  • Hit Count: you can see the number of hits the breakpoint received during debugging.

You can set breakpoints for the included processes, if they are in the code editor. After debugging, the code of included processes is not visible in the editor window, but you can find it in the Breakpoints tab.