4.8.1 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 Breakpoint → Add 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.
Adding Data Breakpoint from Debug Menu
You can add a new Data breakpoint from Debug → New Breakpoint → New 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.