Environment data
- debugpy version: 1.5.0
- OS and version: debian sid
- Python version (& distribution if applicable, e.g. Anaconda): 3.9.7, from anaconda
- Using VS Code or Visual Studio: vscode
Steps to reproduce:
- Put a breakpoint right after a function that would throw a warning.
- Execute code that would reach the breakpoint and would get the warning issued.
Actual behavior
Does not show the warning anywhere while debugging.
Expected behavior
Should show warnings in the terminal pane while debugging, in the same part where stdout is written to.