Re: [Python-mode] pdbtrack with eshell

2012-09-26 Thread Andreas Röhler
Am 26.09.2012 16:01, schrieb Randy Morris: Hello all, I noticed that the pdbtrack functionality in python-mode only seems to work with shell buffers and I would like to get it working with eshell. I came across an old version of pdbtrack.el[1] from before it was integrated into python-mode and

[Python-mode] pdbtrack with eshell

2012-09-26 Thread Randy Morris
Hello all, I noticed that the pdbtrack functionality in python-mode only seems to work with shell buffers and I would like to get it working with eshell. I came across an old version of pdbtrack.el[1] from before it was integrated into python-mode and a subsequent emacswiki[2] page detailing how

Re: [Python-mode] pdbtrack borked in 23.2.1

2010-06-16 Thread m h
On Tue, Jun 15, 2010 at 2:37 PM, Barry Warsaw wrote: > > Please let us know! I'm not sure what happened. I tried emacs 22, python2.4/2.5/2.6. All failed to sync the buffer with pdb. It appears that py-pdbtrack-stack-entry-regexp wasn't detecting lines like so: > /tmp/testpickly.py(6)() After

Re: [Python-mode] pdbtrack borked in 23.2.1

2010-06-15 Thread Barry Warsaw
On Jun 15, 2010, at 02:30 PM, m h wrote: >Anyone else running 23.2.1? It appears that the recent update on my >gentoo box causes pdbtrack to no longer work. I'm still on 23.1.1 on Ubuntu 10.04. >I get the following message: > >pdbtrack: Traceback cue not found > >I'm assuming something changed

[Python-mode] pdbtrack borked in 23.2.1

2010-06-15 Thread m h
Anyone else running 23.2.1? It appears that the recent update on my gentoo box causes pdbtrack to no longer work. I get the following message: pdbtrack: Traceback cue not found I'm assuming something changed with M-x shell I thought I'd ask here before digging in more cheers, -matt __

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

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 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 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 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 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

[Python-mode] pdbtrack

2009-04-30 Thread Andreas Roehler
Hi Barry, 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 she

Re: [Python-mode] pdbtrack

2009-04-25 Thread Barry Warsaw
On Apr 25, 2009, at 3:44 AM, Andreas Roehler wrote: thanks a lot writing `pdbtrack'. AFAIU it starts, if `py-pdbtrack-do-tracking-p' is set to `t' and an error occurs. I'm not quite sure what you mean here. It always just starts for me when I hit a pdb prompt. Would prefer to have it s

[Python-mode] pdbtrack

2009-04-25 Thread Andreas Roehler
Hi Ken, thanks a lot writing `pdbtrack'. AFAIU it starts, if `py-pdbtrack-do-tracking-p' is set to `t' and an error occurs. Would prefer to have it started as soon `py-pdbtrack-do-tracking-p' is set. Presently I get that, inserting a pdb.set_trace() into the head of the python-file. Do you or