VarTrace is a python debugger that records & analyze your script executions
- search and install "vartrace" vscode extension. then VT icon will appear the left of vscode
- 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
- for example,
- push analyze button
- do the above Features section
- language : python
- editor: vscode
- single thread only
- platform: windows
- heavy performance degradation
- fill your python execution commands and push analyze button
- GPL v3