octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47621] dbstop LINE_# fails when in debug mode


From: Rik
Subject: [Octave-bug-tracker] [bug #47621] dbstop LINE_# fails when in debug mode
Date: Wed, 13 Apr 2016 21:10:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #6, bug #47621 (project octave):

I just tested the patch and it solves the original problem, but creates a new
one.  See below


octave:2> dbstop ls
ans =  58
octave:3> ls
debug> dbstop 60
ans =  60
debug> dbstatus
breakpoints in
/home/rik/wip/Projects_Mine/octave-dev/scripts/miscellaneous/ls.m at lines 58
60 
breakpoints in ls at lines 58 60 


Breakpoints are now listed twice: 1) with the absolute path name, and 2) again
with just the shortened form of the function name.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47621>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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