|
| From: | Floris Van de Vijver |
| Subject: | [Octave-bug-tracker] [bug #55939] 'dbstop if error' stops in function str2num, when no error is present |
| Date: | Fri, 22 Mar 2019 15:38:53 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36 |
Follow-up Comment #11, bug #55939 (project octave):
i currently have only access to Matlab2007b, but this is the result for the 1
argument eval testfunc:
>> testfunc
??? Error: Unexpected MATLAB expression.
Error in ==> testfunc at 2
eval('1z')
>> dbstop if error
>> testfunc
??? Error: Unexpected MATLAB expression.
Error in ==> testfunc at 2
eval('1z')
2 eval('1z')
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55939>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |