Software

Adding Data Breakpoint

Adding Data Breakpoint Using Code Editor Context Menu

You can add a Data breakpoint from the code editor. Select the variable in the code editor and select BreakpointAdd Databreakpoint from the context menu, adding a data breakpoint for a given variable address. The default access mode is write, and the default mask is none. You can invoke the same command using the shortcut key Ctrl + Shift + R.

Figure 1. Adding Data Breakpoint from the Context Menu


Adding Data Breakpoint from Debug Menu

You can add a new Data breakpoint from DebugNew BreakpointNew Data Breakpoint, which opens the Data Breakpoint Configuration window.

Adding Data Breakpoint from Data Breakpoints Tool Window

You can add a new Data breakpoint using the New button in the Data Breakpoints tool window, which opens the Data Breakpoint Configuration window.

Note: You can add or modify the Data breakpoint only in debug mode.