Reputation: 4639
when I debugging my application and if I click on th Stop button -
How can I stop debugging without stopping process?
Upvotes: 14
Views: 6816
Reputation: 1039
Try another way.
First "Mute Breakpoints", then in debugger console, choose "Step Out" and "Run to Cursor".
Upvotes: 1
Reputation: 32790
Press the Close
button:
then press Disconnect
in the dialog, paying attention to leave unchecked Terminate the process after disconnect
:
Upvotes: 11