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: Wed, 13 Jan 2016 07:37:40 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38

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

@Lachlan:
I'm a bit confused as it's in the GUI that I hit those "%" issues (I rarely if
ever use the CLI these days).

Both in GUI and CLI, using either form you suggested ("doubly quoted" or just
"'%f"') I note other error messages (with the previous all-in-one patch):

>> dbstop ("in", "strread.m", "at", "209", "if", 'format', '==', '"%f"')
ans =  209
>> strread ( "1 2 3", "%s")
warning: Error evaluating breakpoint condition:
    octave_base_value::bool_value(): wrong type argument 'bool matrix'
stopped in
C:\Programs\Octave\Octave-4.1.0+_w64VExTS\share\octave-4.1.0+\m\io\strread.m
at line 209
209:   if (strcmp (typeinfo (format), "sq_string"))
debug> dbcont
ans =
{
  [1,1] = 1
  [2,1] = 2
  [3,1] = 3
}
>>


Intriguingly, the first time I ran this in the GUI it all worked beautifully
and I didn't see these error messages, they turned up only after I ran it in
the CLI.

I'll see if I can try the new patches this week.


    _______________________________________________________

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]