Edit

Share via


WinDbg: Breakpoints menu

This section describes how to work with breakpoints by using WinDbg.

Breakpoints menu

Use the Breakpoints menu to create new and remove existing breakpoints. You can also toggle the initial breakpoint. (Currently, the initial breakpoint is kernel only.)

Screenshot of the Breakpoints menu in WinDbg.

Breakpoints window

Use the View menu to open the Breakpoints window so that you can view, set, and clear breakpoints. You can also double-click a breakpoint to open its source file.

Screenshot of the Breakpoints window in WinDbg.

The Breakpoints window keeps a running total of each time that the breakpoint is hit.

The general process of working with breakpoints is similar to previous versions of WinDbg. For more information about setting breakpoints, see Set breakpoints in WinDbg (Classic).