Skip to content

zat-dev/VarTrace

Repository files navigation

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

limitation

  • heavy performance degradation

Extension Settings

  • fill your python execution commands and push analyze button

LICENSE

  • GPL v3