Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug instances are never terminated #234

Closed
andreamoro opened this issue May 8, 2020 · 3 comments
Closed

Debug instances are never terminated #234

andreamoro opened this issue May 8, 2020 · 3 comments

Comments

@andreamoro
Copy link

Environment data

  • VS Code version: 1.44
  • OS and version: Mac OS 10.15.4
  • Python version (& distribution if applicable, e.g. Anaconda): 3.8.2

Expected behaviour

Debug sessions to be terminated by the time the process is stop by the user.

Actual behaviour

Python sessions remains attached, and I arrived to a point where it was impossible to debug the code due to the many instances open.

Steps to reproduce:

I was playing around with a codebook to complete a series of exercises, and had to start and stop the debugger several time. After (I believe) 30 or 40 sessions I ended up getting the error.

I'm unable at present to report more than the above as I encountered this issue a while ago and I forgot to report this back.
Also this happened on a Mac Book Pro that is now dead, so I cannot recover the job/tasks I was doing.

@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python May 11, 2020
@int19h
Copy link
Contributor

int19h commented May 12, 2020

Do you recall the wording of the error message that you were seeing?

@andreamoro
Copy link
Author

It was something around "too many instances".
But I wouldn't bet on it ATM

@int19h
Copy link
Contributor

int19h commented Jun 16, 2020

If it's a Django app, you might be hitting #125. Otherwise, we can't do much here without a repro or logs. I'm going to close it for now - please re-open if you see it again.

@int19h int19h closed this as completed Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants