Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support exception chains in debugger #391

Closed
CallumJHays opened this issue Aug 28, 2020 · 1 comment
Closed

Support exception chains in debugger #391

CallumJHays opened this issue Aug 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@CallumJHays
Copy link

Hi, I may be doing something wrong, but it doesn't seem like the python debugger supports error chaining? For example:

image
The only error information shown is the outer exception, losing track of the original cause.

Error chaining works if run without the debugger (in a terminal):
image

Error Chaining (PEP 3134) Spec: https://www.python.org/dev/peps/pep-3134/

@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python Aug 28, 2020
@theHamsta
Copy link

When I tried out debugpy with a custom debugger it return ExceptionInfo without any innerExceptions. Would be nice if this would be supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants