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! s:Hex2Dec(hex)
>
> The "Breakpoint in..." line looks right; however, why does the continue line
> show line 638?  The Hex2Dec() function is not being called within 20
> lines of
> line 484.  And, of course, its not where I wanted to stop and continue from.
>
> Regards,
> Chip Campbell

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

-- 
HTH,
Hari

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to