If I launch my debug sessions with too many breakpoints, then the debugger shows this error message: "Breakpoint Warning: Unable to set all breakpoints requested. Some breakpoints may be disabled and will not stop the processor." What do I do?

If you have launched your debugging sessions with too many breakpoints, your debugger may result in an error. In such case you have to disable the breakpoints from the Breakpoints view.

To disable a breakpoint, right-click the desired breakpoint and select Disable from the context menu. The following figure shows the Breakpoints view with disabled breakpoints:

Figure 1. Disabled Breakpoints in Breakpoints View

Disabled Breakpoints in Breakpoints View