Re: recursion limit exceeded in Python API, but there's only one function in traceback
Ömer Sinan Ağacan <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAMQQO3kAPanS0uPPjUjiTFjpkOKUR5CiV55BJMbbA2p_J7d3nQ@mail.gmail.com> |
2014-10-16 18:03 GMT+03:00 <[email protected]>: > Is that the handler for a breakpoint? Does the completion of the “si” command invoke the breakpoint handler? If yes, that’s your answer. I see what you mean now. I think you're right...