Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vartraceNew to Visual Studio Code? Get it now.
vartrace

vartrace

zat

|
41 installs
| (0) | Free
debug and analyzer
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VarTrace

VarTrace is a python debugger that records & analyze your script executions

Features

  • printf debug without modifing your code
    • search & filter by variable name or value printf
  • step back, jump jump

quick start

  1. search and install "vartrace" vscode extension. then VT icon will appear the left of vscode
  2. click VT icon and fill your execution command into sidebar textfield. the command is same as is you run your script
    • for example, python demo.py -a arg1
  3. push analyze button
  4. do the above Features section

howto

current support

  • language : python
  • editor: vscode
  • single thread only
  • platform: windows

the aboves will be enhanced. I beleive varTrace can support any language, any editor, multi thread.

please contribute! docs for dev is comming soon

Extension Settings

  • fill your python execution commands and push analyze button

LICENSE

  • GPL v3

in the future, this will be changed

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