This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author RusiMody
Recipients RusiMody
Date 2010-12-12.12:34:28
SpamBayes Score 1.4275565e-06
Marked as misclassified No
Message-id <1292157270.73.0.200325030661.issue10685@psf.upfronthosting.co.za>
In-reply-to
Content
When running trace, I get a a lot of lines like:
filename: /usr/lib/python2.7/cmd.py, modulename: cmd, funcname: Cmd

That is to say system modules are shown in the trace whereas I only want to see the code I am working on

Ive tried
python2.7 -m trace --listfuncs tt.py --ignore-dir '/usr/lib' > const-dir.trace

python2.7 -m trace --listfuncs --ignore-module cmd tt.py  > const.trace

python2.7 -m trace --ignore-module --listfuncs  cmd tt.py  > const.trace
History
Date User Action Args
2010-12-12 12:34:30RusiModysetrecipients: + RusiMody
2010-12-12 12:34:30RusiModysetmessageid: <1292157270.73.0.200325030661.issue10685@psf.upfronthosting.co.za>
2010-12-12 12:34:28RusiModylinkissue10685 messages
2010-12-12 12:34:28RusiModycreate