Share via


Setting Breakpoints in ClassView

OverviewHow Do I

From ClassView, you can quickly set breakpoints on the definition of member functions for use in the integrated debugger. Function breakpoints appear in the Breakpoints dialog (obtained by selecting Breakpoints from the Edit menu).

To set a function breakpoint

  • From ClassView, right-click a member function, and from the shortcut menu select Set Breakpoint.

ClassView cannot set line number breakpoints. Line number breakpoints appear in the Breakpoints dialog and as glyphs in the text editor window.

To set a line number breakpoint

  • From ClassView, double-click a member function to navigate to its definition in a text editor window, then press F9. (Or from the Build MiniBar, click Insert/Remove Breakpoint.) The breakpoint glyph (red dot) appears in the left-hand margin of the text editor window.

See Also   Browsing Symbols from ClassView, Displaying Graphs from ClassView