Skip to main content

creates a json data file after debugging the code

Project description

installation

pip install vracer

usage

python -m vracer -f path_to_file_to_be_debugged.py -j path_to_output_debugged_json_file.json

# or

python -m vracer --filename some_python_file.py --jsonfilename output_file_path.json

this library is based on snoop debugger library.

it creates a trace of the code that is passed (python file) along with tracking the change of variables value. The tracked output is dumped as a json file.

Project details


Download files

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

Source Distribution

vracer-0.2.2.tar.gz (15.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page