bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gud with pdb (python) fails to set breakpoint on files other than th


From: Nick Roberts
Subject: Re: gud with pdb (python) fails to set breakpoint on files other than the main module
Date: Tue, 2 Oct 2007 23:23:35 +1200

 >   (gud-def gud-break  "break %l"  "\C-b" "Set breakpoint at current line.")
 > 
 > should be:
 > 
 >   (gud-def gud-break "break %f:%l" "\C-b" "Set breakpoint at current line.")

Committed.  Thanks.

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]