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: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #47917] dbstop skips nested functions
Date: Thu, 7 Jul 2016 12:56:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

It turns out that Matlab's syntax is  a>c/d.  I'm not sure if that becomes 
a>c\d  on Windows.

(Philip [added to Cc list], if you have access to Matlab on Windows, can you
check what is reported if you set a breakpoint in function  d()  in Rik's file
 a.m  and run dbstatus?  Thanks!)

The reason dbstop didn't find a>c/d or a>c>d is that the symbol table didn't
support support that at all.  Three patches are attached.  One allows the
syntax to be used.  One generates it for error messages.  One causes dbstatus
to display breakpoints in nested functions correctly.


(file #37752, file #37753, file #37754)
    _______________________________________________________

Additional Item Attachment:

File name: bug_47917_find_nested_functions.cset Size:5 KB
File name: bug_47917_dbstatus_nested_functions.cset Size:2 KB
File name: bug_47917_show_nested_functions.cset Size:4 KB


    _______________________________________________________

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]