help-octave
[Top][All Lists]
Advanced

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

Using debug_on_warning


From: Thomas Weber
Subject: Using debug_on_warning
Date: Tue, 18 Feb 2014 22:43:33 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Hi, 
it seems I do not groke how to use debug_on_warning:

==============================
octave:1> debug_on_warning (1)
octave:2> debug_on_error (1)
octave:3> matlab2tikz_acidtest("testFunctionIndices", [4])
Executing test case no. 4...
warning: implicit conversion from matrix to sq_string
markerSizes done (1.62s).

octave:4> isdebugmode 
ans = 0
octave:5> ver
----------------------------------------------------------------------
GNU Octave Version 3.8.0
GNU Octave License: GNU General Public License
Operating System: Linux 3.12-1-amd64 #1 SMP Debian 3.12.9-1 (2014-02-01)
x86_64
----------------------------------------------------------------------
no packages installed.
==============================

Shouldn't Octave drop me into the file/function where the warning is
raised?

        Thomas


reply via email to

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