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

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

[Octave-bug-tracker] [bug #47917] dbstop skips nested functions


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #47917] dbstop skips nested functions
Date: Thu, 7 Jul 2016 16:19:32 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39

Follow-up Comment #11, bug #47917 (project octave):

Setting breakpoint in GUI ("Enable breakpoint on current line"

>> cd c:\tmp
>> a
>> dbstatus
Breakpoint for a>c/d is on line 14.


Then using command line syntax:

>> dbstop in a
>> dbstop in a>b
>> dbstop in a>c
>> dbstop in a>c>d
Error using dbstop
Cannot find function "c>d" within "a".
 
>> dbstop in a>c/d
>> dbstop in a>c\d
Error using dbstop
Cannot find function "c\d" within "a".
 
>> dbstatus
Breakpoint for a is on line 6.

Breakpoint for a>b is on line 4.

Breakpoint for a>c is on line 11.

Breakpoint for a>c/d is on line 14.



ML 2016b prerelease

I might have time to try the patches this weekend, maybe tomorrow

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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