Can I set a break point while 'Debugger is running...'?

I think the break did not trigger.
Has anyone seen this?

You can’t set a breakpoint while the debugger is running.
If you are stopped at a breakpoint, you can set one.
If you pause the debugger, you can set a breakpoint.

  • Carey