Today, all breakpoints are sent only when the debugger is launched.
However, I want to be able to apply breakpoints as soon as the user clicks on the breakpoint gutter - but they might not actually be in "debug mode" or "debugging" in VS Code.
Is it possible to listen for this event from the extension side of things?