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 rhettinger
Recipients belopolsky, pitrou, rhettinger
Date 2011-04-11.21:13:10
SpamBayes Score 0.028672488
Marked as misclassified No
Message-id <1302556390.79.0.361647840169.issue11822@psf.upfronthosting.co.za>
In-reply-to
Content
If you disassemble a function, you typically want to see all the code in that function.  This isn't like pdb where you're choosing to step over or into another function outside the one being viewed.
History
Date User Action Args
2011-04-11 21:13:10rhettingersetrecipients: + rhettinger, belopolsky, pitrou
2011-04-11 21:13:10rhettingersetmessageid: <1302556390.79.0.361647840169.issue11822@psf.upfronthosting.co.za>
2011-04-11 21:13:10rhettingerlinkissue11822 messages
2011-04-11 21:13:10rhettingercreate