microsoft / debugpy

An implementation of the Debug Adapter Protocol for Python
https://pypi.org/project/debugpy/
Other
1.87k stars 138 forks source link

Incomplete call stack when raise from #1675

Open AsafV-Paradox opened 4 months ago

AsafV-Paradox commented 4 months ago

My code is chaining exceptions but the debugger doesn't show the entire stack including the chained exception's

Screenshot 2024-07-11 at 15 13 57

paulacamargo25 commented 4 months ago

Transferring to debugpy, since we don't handle this.

rchiodo commented 2 months ago

What happens if you expand the stack frames? It hides some of them on purpose, but lets you expand them.