[PyQt] How to speed up "single stepping"?

David Boddie dboddie at trolltech.com
Mon Oct 19 13:12:52 BST 2009


On Mon Oct 19 08:29:53 BST 2009, OldGrantonia wrote:

> It would be great if I could find a tool that would allow me to start at a
> specified line of code, and then "Step in" 1,000 times, or "Step over"
> 1,000 times, and write the 1,000 lines of code to a file. I can then
> examine the output file to see where I could have inserted a breakpoint.
>
> Does anyone know if such a tool is available?

Maybe one of these code coverage tools would be a useful alternative to using
a debugger:

http://nedbatchelder.com/code/coverage/
http://darcs.idyll.org/~t/projects/figleaf/doc/

David


More information about the PyQt mailing list