Environment data
- debugpy version: 1.4.3
- OS and version: Windows 10.0.19042 N/A Build 19042
- Python version (& distribution if applicable, e.g. Anaconda): 3.9.5 Anaconda 64bit
- Using VS Code or Visual Studio: VS Code 1.60.2
Actual behavior
When an exception is raised within a function, and that function is called from the debug console, it repeats the function once again (but only once). Error only occurs when calling function from debug console, if just stepping through in debug mode or running the code normally it does not occur
Expected behavior
The exception should just be raised as normal.
Steps to reproduce:
Include an exception in a basic function and call it from the debug console.
