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

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

[Octave-bug-tracker] [bug #46795] dbstop lacks much Matlab functionality


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #46795] dbstop lacks much Matlab functionality
Date: Sat, 09 Jan 2016 13:25:24 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38

Follow-up Comment #18, bug #46795 (project octave):

I just tried Lachlan's latest (20160108) (big all in one) patch.

I get:

>> dbstop in strread.m at 209 if (format == " ")
ans =  209
>> dbstop in strread.m at 209 if (format == "%f")
error: unterminated character string constant
>> dbstop in strread.m at 209 if (format == "f")
ans =  209
>> dbstop in strread.m at 209 if (format == '%d')
error: unterminated character string constant


Apparently "%" is offending in some way.

Another observation: I can only enter conditional breakpoints if the condition
is enclosed between parentheses. No big dealbut is this intended?

@Torsten:
As to scrolling: jumping / scrolling the new breakpoint line to the vertical
center of the editor pane doesn't happen anymore when setting breakpoints.
Fine, thanks.
However, the instruction pointer is still fixed at the vertical center. I
mean, that when dbstep-ing through a debugged function using the step button
in the editor menu, the current line is always in the middle. Can that
behavior also be changed, please?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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