Re: debugging with breakadd

2006-07-27 Thread Charles E Campbell Jr
Hari Krishna Dara wrote: I have not observed this before, but I don't usually put file breakpoints. Couple of ideas to try are: - Try the new ":breakadd here" command where you want to stop. It might work just fine. - Generate an exception at this line and observe what line number Vim will rep

Re: debugging with breakadd

2006-07-27 Thread Charles E Campbell Jr
Benji Fisher wrote: On Tue, Jul 25, 2006 at 11:14:09AM -0400, Charles E Campbell Jr wrote: Hello! I was trying :breakadd file 484 */visincr.vim and got Breakpoint in "/home/cec/.vim/autoload/visincr.vim" line 484 Entering Debug mode. Type "cont" to continue. /home/cec/.vim/autoload/visinc

Re: debugging with breakadd

2006-07-26 Thread Hari Krishna Dara
On Tue, 25 Jul 2006 at 11:14am, Charles E Campbell Jr wrote: > Hello! > > I was trying :breakadd file 484 */visincr.vim and got > > Breakpoint in "/home/cec/.vim/autoload/visincr.vim" line 484 > Entering Debug mode. Type "cont" to continue. > /home/cec/.vim/autoload/visincr.vim > line 638: fun!

Re: debugging with breakadd

2006-07-26 Thread Benji Fisher
On Tue, Jul 25, 2006 at 11:14:09AM -0400, Charles E Campbell Jr wrote: > Hello! > > I was trying :breakadd file 484 */visincr.vim and got > > Breakpoint in "/home/cec/.vim/autoload/visincr.vim" line 484 > Entering Debug mode. Type "cont" to continue. > /home/cec/.vim/autoload/visincr.vim > line

debugging with breakadd

2006-07-25 Thread Charles E Campbell Jr
Hello! I was trying :breakadd file 484 */visincr.vim and got Breakpoint in "/home/cec/.vim/autoload/visincr.vim" line 484 Entering Debug mode. Type "cont" to continue. /home/cec/.vim/autoload/visincr.vim line 638: fun! s:Hex2Dec(hex) The "Breakpoint in..." line looks right; however, why does t