Skip to main content

A package for a python command line terminal debugger

Project description

dbgprint

Debug Print is a handy command line print app used for debugging loops and variable changes over time.

It has features for tracking pivots in a while and for loop, and also print the information and data types of variables

Its dependencies are termcolor and colorama.

For python package: https://pypi.org/project/dbgprint/

For github repo: https://github.com/youhengzhou/dbgprint

Download Package

py -m pip install dbgprint -U

In Your Python Files

import dbgprint

Commands

Create command:

dbgprint.data(dataContent, dataName, action) This will print the data's contents, the data's variable name, and the actions associated with the data at your discretion.

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

dbgprint-1.0.8.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

dbgprint-1.0.8-py3-none-any.whl (4.3 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