Skip to content

linsomniac/q

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q

Quick and dirty debugging output for tired programmers.

Install q with "easy_install q" or "pip install q".

To print the value of foo, insert this into your program:

import q; q.q(foo)

To trace a function's arguments and return value, insert this above the def:

import q
@q.t

The output will appear in /tmp/q, which you can watch with this shell command:

tail -f /tmp/q

About

Quick and dirty debugging output for tired programmers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%