Skip to main content

A Python debugger for learner which print out all changes.

Project description

pdbg.py

A Python debugger for learner which print out all changes.

Usage

import pdbg

pdbg.pdbg("/path/to/your/script")

Options

pdbg.pdbg(file, format="{varname} {{ {prevvalue} => {newvalue} }}", seperator=", ", variable=[], outputfile="")

  • [Required] file
    • Path to your script.
  • format
    • The format of each changed variables. Read the Python doc for more about formatting.
  • seperator
    • Seperator used when multiple variables changed in one line.
  • variable
    • Filter the output by variables name.
  • outputfile
    • Redirect the output of pdbg to a 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

pdbg-bcit-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pdbg_bcit-0.0.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

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