5

If I encounter an error while using the python debugger, the error shows up in a red box below the errored line: enter image description here

However, I noticed this doesn't show the full stack trace that I'd see if I just run the file regularly (e.g., in this case, the error is not actually occurring at the top of the stack trace shown). Is there a way to configure this?

Edit:

I am debugging using the "Debug Python File", which is a feature of the python extension. enter image description here

3
  • 1
    You are debugging? You started it with F5?? Commented Sep 12, 2022 at 22:43
  • please see edit. Commented Sep 14, 2022 at 1:19
  • 1
    I'm having the same issue. It seems that you can get the full stack trace by executing the offending line of code in the Debug Console, but that's not really a solution. Commented Aug 8, 2023 at 11:26

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.