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: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #46795] dbstop lacks much Matlab functionality
Date: Fri, 15 Jan 2016 03:35:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

Torsten, thanks for pushing the patch.  I'll test the new gui patch soon.

Philip, first, when I said "the gui", I meant right-clicking on the bookmark
margin and entering a condition into the dialog box, and by "the CLI", I meant
typing "dbstop ...", not necessarily in the octave-cli executable.  Given
that, do my previous comments make sense?

The warning you get is a warning issued *by* the patch, not *about* the patch.
It is because  format  is an array, and so 'format == "%f"' returns an bool
matrix and not scalar boolean.

I've updated the patch to give a clearer warning for that, since it is likely
to be common.  Alternatives would be to use all() [roughly what "if" does, but
not quite] or any(), but I think both of those are likely to lead to confusion
and so would prefer to keep it as a warning.  What do you think?

(file #36040)
    _______________________________________________________

Additional Item Attachment:

File name: dbstop_20160115_cli.cset       Size:72 KB


    _______________________________________________________

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]