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

Daniel O'Connor darius at dons.net.au
Mon Oct 19 11:24:25 BST 2009


On Mon, 19 Oct 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?

I don't, although gdb can step through N lines if you add a number to it 
(eg step 5).

I tend to find useful breakpoints by code inspection (based on the bug 
you're trying to find).

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: This is a digitally signed message part.
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20091019/6d2a77e5/attachment.bin


More information about the PyQt mailing list