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

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

[Octave-bug-tracker] [bug #41556] Unable to set multiple breakpoints wit


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #41556] Unable to set multiple breakpoints with dbstop
Date: Wed, 12 Feb 2014 14:05:56 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36

Follow-up Comment #1, bug #41556 (project octave):

in help dbstop there is no mention of dbstop accepting input of type struct;
therefore, you'll have do something like:

for i=1:numel(s),  dbstop(s(i).name, s(i).line);  end

you could fill in a feature request for support for struct input in dbstop,
but since it's also unsupported in matlab, it'd introduce an incompatibility.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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