|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #55939] 'dbstop if error' stops in function str2num, when no error is present |
| Date: | Fri, 22 Mar 2019 15:33:56 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko |
Follow-up Comment #10, bug #55939 (project octave):
@Floris: Can you try the 1-input form?
In testfunc.m
function testfunc()
eval('1z')
end
And then
dbstop if error
testfunc
I could imagine that having the optional second argument to eval, the "catch"
statement, stops Matlab from dropping in to the debugger.
_______________________________________________________
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] |