Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>python traceback jumperNew to Visual Studio Code? Get it now.
python traceback jumper

python traceback jumper

林玮

|
36,725 installs
| (0) | Free
An extension for VSCode that jumps to the source by clicking python traceback
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

python-traceback-jumper

icon

An extension for VSCode that jumps to the source by clicking python traceback

This extension is invalid now.

Due to the VSCode updating, this extension is invalid now. So this could be the last version. I checked the official documents and found a way to do that, as same as this extension. (2017-08-04)

This gist will show you how to do it!

VSCode Task.json for Python Traceback.

Hot to use

Installation Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install python-traceback-jumper

For enable python traceback jumper, add the following to your setting file:

"python.tracebackJumper.enable": true

Configure task like this

{
    "version": "1.0.0",
    "command": "${config.python.pythonPath}",
    "isShellCommand": true,
    "args": ["${file}"],
    "showOutput": "always"
}

Run the task, when output has python Trackback, you can click the file path to the source

Release Notes

1.0.6 change icon

1.0.7 fix bug

1.0.8 change icon from .svg to .png

1.0.9 This extension is invalid now.


For more information

  • Github python-traceback-jumper

  • VSCode Marketplace

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft