help-octave
[Top][All Lists]
Advanced

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

debug_on_warning does not give the line number II


From: Eric Chassande-Mottin
Subject: debug_on_warning does not give the line number II
Date: Mon, 14 Dec 2009 09:01:09 -0800 (PST)

hi Octavers,

I'm sending this message again. It seems that something went wrong
with my previous post.

is there a possibility that Octave give the line number where it stops
when switching debug_on_warning on?

octave3.2 -q
octave3.2:1> debug_on_warning(1);
octave3.2:2> foo
b = 0
warning: division by zero
keyboard: stopped in /home/ecm/foo.m
debug> 

at which line did stop here?
 
thanks, eric

where foo.m is
===========================
b=0

1/b 
===========================

-- 
View this message in context: 
http://old.nabble.com/debug_on_warning-does-not-give-the-line-number-II-tp26779922p26779922.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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