Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Detach all stops the process #86

Closed
huguesv opened this issue Feb 16, 2018 · 5 comments
Closed

Detach all stops the process #86

huguesv opened this issue Feb 16, 2018 · 5 comments
Labels
Milestone

Comments

@huguesv
Copy link
Contributor

huguesv commented Feb 16, 2018

From Visual Studio

print('world')
input('>')
print('end')

Put a breakpoint on first line
Start debugging
When it breaks, Debug/Detach All
Result: application stops
Expected: application should continue running

@int19h
Copy link
Contributor

int19h commented Feb 16, 2018

If you're using F5 to launch, I think it's supposed to stop on detach - it only keeps it running in attach scenarios.

@huguesv
Copy link
Contributor Author

huguesv commented Feb 16, 2018

Mixed-mode debugger doesn't terminate the process under the same scenario.

@zooba
Copy link
Member

zooba commented Feb 16, 2018 via email

@int19h
Copy link
Contributor

int19h commented Feb 16, 2018

Oh, I think I confused it with Stop Debugging button (which maps to Detach in attach scenarios, and to stop in F5).

The tricky part will be distinguishing between the two on the protocol level - I'm not entirely sure we can do so reliably, so it might need some adaptor work too.

@int19h
Copy link
Contributor

int19h commented Apr 11, 2018

Let's track this via #136

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants