help-octave
[Top][All Lists]
Advanced

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

No traceback with error message (4.0.0-rc3, Windows 7 64bit)


From: Martin Kunz
Subject: No traceback with error message (4.0.0-rc3, Windows 7 64bit)
Date: Fri, 17 Apr 2015 10:55:49 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Hi,

One thing that complicates using Octave 4.0.0-rc3 on my computer is that
no traceback messages are printed when an error occurs. Consider a
simple testScript.m with the following content:

a=1;
a(2);

When I run this script with Octave 3.8.2 I get:

 >> testScript
error: testScript: A(I): index out of bounds; value 2 out of bound 1
error: called from:
error:   D:\scripting\octave\octaveScripts\testScript.m at line 2, column 1

However, Octave 4.0.0-rc3 prints:

 >> testScript
error: testScript: A(I): index out of bounds; value 2 out of bound 1

and no traceback. Is there a switch to activate the traceback?
I used http://alpha.gnu.org/gnu/octave/octave-4.0.0-rc3-installer.exe to
get Octave.

Thanks for your help,
Martin





reply via email to

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