Skip to main content

vardbg

A simple Python debugger and profiler that generates animated visualizations of program flow.

Python 3.6 or newer is required due to the use of f-strings.

This project was created during Google Code-in 2019 for CCExtractor Development.

Features

  • Tracking the history of each variable and its contents
  • Tracking elements within containers (lists, sets, dicts, etc.)
  • Ignoring specific variables
  • Profiling the execution of each line
  • Summarizing all variables and execution times after execution
  • Passing arguments to debugged programs
  • Exporting execution history in JSON format and replaying (including program output)
  • Creating videos that show program flow, execution times, variables (with relationships), and output
  • Writing videos in MP4, GIF, and WebP formats

Demo

Demo Video

Installation

The latest tagged version can be obtained from PyPI:

pip install vardbg

Usage

All of the program's options are documented in the usage help:

$ vardbg --help
usage: vardbg [-h] [-f [FILE]] [-n [FUNCTION]] [-o [OUTPUT_FILE]] [-v [PATH]] [-c [CONFIG]]
              [-a [ARGS [ARGS ...]]] [-p] [-P]

A simple debugger that traces local variable changes, lines, and times.

optional arguments:
  -h, --help            show this help message and exit
  -f [FILE], --file [FILE]
                        Python file to debug, or JSON result file to read
  -n [FUNCTION], --function [FUNCTION]
                        function to run from the given file (if applicable)
  -o [OUTPUT_FILE], --output-file [OUTPUT_FILE]
                        path to write JSON output file to, default debug_results.json (will be truncated if it
                        already exists and created otherwise)
  -v [PATH], --video [PATH]
                        path to write a video representation of the program execution to (MP4 and GIF formats
                        are supported, depending on file extension)
  -c [CONFIG], --video-config [CONFIG]
                        path to the TOML config for the video output format, default video.toml
  -a [ARGS [ARGS ...]], --args [ARGS [ARGS ...]]
                        list of arguments to pass to the running program
  -p, --absolute-paths  use absolute paths instead of relative ones
  -P, --disable-live-profiler
                        disable live profiler output during execution

For example, this command will debug the function quick_sort from the file sort.py with the arguments 9 3 5 1 and create a JSON file called sort1.json:

vardbg -f sort.py -n quick_sort -o sort1.json -a 9 3 5 1

A video can then be generated from the above JSON:

vardbg -f sort1.json -v sort_vis.mp4

It is possible to generate videos live while running the debugged program, but this is discouraged because the overhead of video creation inflates execution times greatly and thus ruins profiler results. However, if profiling is not important to you, it is a valid use case.

Comments

Special comments can be added to lines of code that define variables to control how vardbg handles said variable:

  • # vardbg: ignore — do not display this variable or track its values
  • # vardbg: ref lst[i] — treat variable i as the index/key of an element in container lst (only shown in videos)

Contributing

Feel free to contribute to this project! You can add features, fix bugs, or make any other improvements you see fit. We just ask that you follow the code style guidelines to keep the code consistent and coherent. Once your contribution meets the guidelines, open a pull request to make things official.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vardbg-0.11.2.tar.gz (23.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vardbg-0.11.2-py3-none-any.whl (28.7 kB view details)

Uploaded Python 3

File details

Details for the file vardbg-0.11.2.tar.gz.

File metadata

  • Download URL: vardbg-0.11.2.tar.gz
  • Upload date:
  • Size: 23.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.2 CPython/3.8.1 Linux/5.4.11-arch1-1

File hashes

Hashes for vardbg-0.11.2.tar.gz
Algorithm Hash digest
SHA256 9f7f29f95c15a7f50589eea68737e78e5cbf251a83f299a92f728bafbff46a93
MD5 53dba79c69f1bf44d7bfe1d0cad47329
BLAKE2b-256 6da3d001d8f8c563ab0f9a33cd450904c21b3a1cf7d92a20051f5d725c2eeb33

See more details on using hashes here.

File details

Details for the file vardbg-0.11.2-py3-none-any.whl.

File metadata

  • Download URL: vardbg-0.11.2-py3-none-any.whl
  • Upload date:
  • Size: 28.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.2 CPython/3.8.1 Linux/5.4.11-arch1-1

File hashes

Hashes for vardbg-0.11.2-py3-none-any.whl
Algorithm Hash digest
SHA256 639a66886dd1fe92781dcd991a9c206ff1dd85dadb51c6835bb875e7f5c27c9e
MD5 71f4bdecc90f389357d5b9dd8d101ac7
BLAKE2b-256 503eff62d1814639d6c3697b232f91a801d7b78c768bdc345dcc06b18282515f

See more details on using hashes here.

Release history Release notifications | RSS feed

0.11.7

2 files

0.11.6

2 files

0.11.5

2 files

0.11.4

2 files

0.11.3

2 files

This release

0.11.2 This release

2 files

0.10.1

2 files

0.9.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page