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: Rik
Subject: [Octave-bug-tracker] [bug #47917] dbstop skips nested functions
Date: Mon, 16 May 2016 04:44:50 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #47917 (project octave):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #3:

Oops.  I have to reopen this.  Apparently you can no longer set breakpoints in
scripts which don't have a function context.

For example, create the following file tst_dbstop.m


x = 1;
y = 2;
z = 3;

x + y + z


and then try


dbstop ("tst_dbstop", 2)


This returns an empty matrix and the breakpoint is not set.


    _______________________________________________________

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]