Barry Warsaw wrote:
> On Apr 30, 2009, at 4:07 PM, Andreas Roehler wrote:
> 
>> I'll send you two screenshots offlist.  Please feel
>> free to forward them to interested persons, just didn't
>> want to publish my path at the list.
>>
>> 20090428_pdbtrack3.png displays pdbtrack opened second
>> windows, cursor displayed at line 4 "import"
>>
>> With 20090428_pdbtrack4.png you see  shell-output
>> from line 8, but cursor in second window still is at line 4.
>>
>> Always get "Traceback cue not found"
>>
>> Cause seems var `py-pdbtrack-stack-entry-regexp'.
>>
>> That doesn't happen, if pdb.set_trace() is inside the
>> python-file.
>>
>> Did someone else remark this?
> 
> Hi Andreas,
> 
> I haven't heard this one before, but perhaps it's because of the ipython
> prompt? 

Maybe. As shows message in first screenshot #3, pdbtrack indicates line 4 
correctly.
Its not brocken completely.

Its a question of regexp, which doesn't recognise/accept the result, delivered 
by `block'.

Already tried to change the regexp or even simply eliminate that checking step, 
but not
found a solution.

Hhm. Could you give me an example, how you run script activating pdbtrace, 
reaching
the standard (pdb) prompt from Emacs?

Only get it from shell.

Thanks

Andreas


 I think pdbtrack expects (by default) the standard (pdb) prompt.
> 
> -Barry
> 

_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to