Skip to main content

A small debug printing module that prints extra info like filenames, function names, and line numbers.

Project description

PrintDebug
==========

A small debug printing module that prints extra info like filenames,
function names, and line numbers.

Example Usage:
--------------

from printdebug import printdebug
def myfunction():
printdebug('Hello from myfunction.')

myfunction()

# Output: myfile.txt line #3 in myfunction: Hello from myfunction.

Project details


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