Type in a breakpoint address that you know is being executed
Close the menu
Expected: Program immediately breaks
Actual: Program doesn't break. Reason: new breakpoints don't "take effect" until you pause execution
Proposed fix: make the "Breakpoints" menu pause the debugger for you. This is consistent with other debuggers I've used in the past. To make this effective, the dialog has to be modal, so the fix includes that.
I vetted the idea for fixing this with another user xDraconian in the Discord channel.
I saw this misbehavior
Expected: Program immediately breaks Actual: Program doesn't break. Reason: new breakpoints don't "take effect" until you pause execution
Proposed fix: make the "Breakpoints" menu pause the debugger for you. This is consistent with other debuggers I've used in the past. To make this effective, the dialog has to be modal, so the fix includes that.
I vetted the idea for fixing this with another user xDraconian in the Discord channel.