Re: [Python-mode] pdbtrack

2009-05-01 Thread Barry Warsaw
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

Re: [Python-mode] pdbtrack

2009-05-01 Thread Andreas Roehler
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 >> wind

Re: [Python-mode] pdbtrack

2009-05-01 Thread Barry Warsaw
On May 1, 2009, at 4:50 PM, Andreas Roehler wrote: Hhm. Could you give me an example, how you run script activating pdbtrace, reaching the standard (pdb) prompt from Emacs? I almost always just add the following line to the source code at the point I want to start debugging: import p

Re: [Python-mode] pdbtrack

2009-05-01 Thread ken manheimer
On Fri, May 1, 2009 at 4:50 PM, Andreas Roehler wrote: > 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. >

Re: [Python-mode] pdbtrack

2009-05-01 Thread ken manheimer
looking at this a little bit more closely, it's surprising to me not that it fails for you, but that it works at all. have you made any changes to the py-pdbtrack-input-prompt variable (aka 'python-pdbtrack-input-prompt' in recent versions of python.el)? as the docstring for py-pdbtrack-track-sta

Re: [Python-mode] pdbtrack

2009-05-01 Thread Andreas Roehler
ken manheimer wrote: > looking at this a little bit more closely, it's surprising to me not > that it fails for you, but that it works at all. Hi Ken, thats the point probably. Originally question was: must we change the source-code in order to make pdbtrack working, must we put a pdb.set_tra