You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension version (available under the Extensions sidebar): v2020.7.94776
OS and version: MacOS 10.15.5
Python version (& distribution if applicable, e.g. Anaconda): Anaconda 3.6
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
Expected behaviour
All process are killed when debugger is stopped / terminated.
Actual behaviour
Not all processes are stopped when debugger is terminated. I observed this pattern only when debugging multiprocess application like Flask, Celery. It leaves one zombie process running behind. I'll have to manually kill this process.
Environment data
Expected behaviour
All process are killed when debugger is stopped / terminated.
Actual behaviour
Not all processes are stopped when debugger is terminated. I observed this pattern only when debugging multiprocess application like Flask, Celery. It leaves one zombie process running behind. I'll have to manually kill this process.
Steps to reproduce:
Address in use
exception.The text was updated successfully, but these errors were encountered: