Catch the keyboard interrupt signal, so it can be handled by doing nothing instead of throwing an exception in a context where try/catch is not able to deal with it.
debugpy version: 1.5.1 OS and version: macOS Monterey 12.4 Python version (& distribution if applicable, e.g. Anaconda): Python 3.8.10 Using VS Code or Visual Studio: VS Code I would like to handle ...