[ python-Bugs-1248127 ] set of pdb breakpoint fails

SourceForge.net noreply at sourceforge.net
Sun Jul 31 08:30:26 CEST 2005


Bugs item #1248127, was opened at 2005-07-31 09:29
Message generated for change (Comment added) made by pepster
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1248127&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Joseph Heled (pepster)
Assigned to: Nobody/Anonymous (nobody)
Summary: set of pdb breakpoint fails

Initial Comment:
I can't set any pdb breakpoint. I try the command,

(Pdb) break a:847
Breakpoint 4 at /home/joseph/743/rod/a.py:847

I get the message,

"pdbtrack: Traceback cue not found"

The breakpoint is never activated.

Python 2.4.1 (#2, Mar 30 2005, 21:51:10) 
[GCC 3.3.5 (Debian 1:3.3.5-8ubuntu2)] on linux2


----------------------------------------------------------------------

>Comment By: Joseph Heled (pepster)
Date: 2005-07-31 18:30

Message:
Logged In: YES 
user_id=86677

I tried a simple example outside emacs and it worked.

Here is how it fails in emacs -
visit a python buffer
Do C-cC-c  (py-execute-buffer)
run pdb.run("some code")
Try to set a breakpoint - get the "pdbtrack: Traceback cue
not found"
, and breakpoint never executed.

I am not sure if it is supposed to work or not.



----------------------------------------------------------------------

Comment By: Ilya Sandler (isandler)
Date: 2005-07-31 12:07

Message:
Logged In: YES 
user_id=971153

Could you provide an example (if possible a small one)?
There are many reasons why a breakpoint may not be reachable..

Also it seems like you are running pdb under emacs, is it
correct?
Can you reproduce the problem outside of emacs?




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1248127&group_id=5470


More information about the Python-bugs-list mailing list