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

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

[Octave-bug-tracker] [bug #60675] the call debug_on_error(1) generates a


From: Rik
Subject: [Octave-bug-tracker] [bug #60675] the call debug_on_error(1) generates a warning: implicit conversion from matrix to sq_string
Date: Thu, 27 May 2021 11:04:02 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36

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

Looking at the log, I'm not sure debug_on_error() has anything to do with
this.  It doesn't appear that the Octave interpreter is issuing any errors,
rather it is issuing warnings.

I would try


debug_on_warning (1)


and then running your script.  When you get the warning


warning: implicit conversion from matrix to sq_string


Octave should drop you in to the debugger.  At that point, you could do
'dbwhere' or 'dbstack' to find out what piece of code is generating the
warning.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60675>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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