Skip to content

dap: When stop button is pressed, stop the debugging

Waqar Ahmed requested to merge work/debug-stop into master

This is what every debugger does. If one wants to interrupt, we have a dedicated button for it. The user should not have to click the button 3 times to stop a debugging session.

Merge request reports