Setting breakpoints and watchpoints

Before you start the session to debug the source, you must set a breakpoint or watchpoint, otherwise the session process is not suspended.

A condition watchpoint suspends the process if the variable for which the watchpoint was set changes to a defined value. A modification watchpoint suspends the process if the variable changes.

Breakpoints and watchpoints are visible in the Breakpoints view. In this view, you can delete or temporarily disable the breakpoints and watchpoints.