Limiting new breakpoints to active debug context

If a breakpoint is set in a file shared by multiple cores; the breakpoint is set for all cores by default. To enable limiting new breakpoints on an active debug context:

  1. Debug your project.
  2. Select the Breakpoints view.
  3. Click the Limit New Breakpoints to Active Debug Context icon in the Breakpoints view.
  4. Double-click the marker bar to the left of a source code line to set a breakpoint at that line.
    Note: If no debug context exists, the breakpoint is installed in all contexts as normal.

Once set, the breakpoint filtering is maintained for the individual context during a Restart but is lost after a Terminate. After a Terminate, the breakpoint is installed in all debug contexts.