pytrace
pytrace copied to clipboard
pytrace is a fast python tracer. it records function calls, arguments and return values. can be used for debugging and profiling.
Had to download the zip, modify the setup.py and perform some other gymnastics. Process needs to be tested as per instructions on a clean system (I dont have a clean...
I'd like to use PyTrace but I'd like to use it from a command line software that I am creating. Can you please point at what API I should be...
several dependencies in my django project that I had customised inside a virtualenv for django 1.5 compatibility, break when the django is launched with pytrace. Updating my system wide site-packages...
I try invoking a web.py app, but got a core dump immediately: ``` # pytrace myscript.py http://0.0.0.0:8080/ #
Hello. I'm trying to install pytrace on win 7 it gives following error (from log file): C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Iext -I/opt/local/include...