Breakpoints

 

Breakpoints interrupt the program execution for debugging purposes in the places where these breakpoints are set.

 

Breakpoints can be manipulated from the code editor and from the Breakpoints view.

In the code editor, breakpoints are shown as full blue circles on the left margin of the necessary line:

 

 

From the code editor, you can:

§      add and remove breakpoints,

§      enable and disable breakpoints,

§      view and edit breakpoints properties.

 

Breakpoints view allows manipulating all the breakpoints set in the program:

 

 

From the Breakpoints view, you can:

§      view information about the name of a program,

§      view the location of a breakpoint in the program,

§      view if the breakpoint is enable,

§      add and remove breakpoints,

§      enable and disable breakpoints,

§      skip breakpoints,

§      view and edit breakpoints properties,

§      group breakpoints and create breakpoint working sets.

 

 

Related articles:

Debug perspective

Debugging

Debug group of the main toolbar