On 9/4/05, Neal Norwitz <[EMAIL PROTECTED]> wrote:
> break in gdbinit is apparently does not break a loop, but rather sets
> a break point.  I don't know how to hit the break within lineno with a
> simple test case.  Debugging pychecker with a C extension (matplotlib)
> triggers it.
> 
> The only way I could see to fix it was by setting a continue flag and
> testing it.  Does anyone know a better way to fix this problem?  A
> patch is attached which fixes the problem for me, but I would rather
> check in a better solution if one exists.
> 
> Any ideas?  Or should I just check in the attached patch.

You're probably one of the two users. :-) So don't hesitate. If the
other user disagrees you two can fight it out in CVS. :)

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to