From: Uwe B. <ou...@ma...> - 2017-11-14 16:04:43
|
Hi Maybe my memory does not serve me well, but I swore it was possible, some time ago, to set a breakpoint in a matlab file which I want to debug. However right now the only thing which works is using something like this in the matlab shell >> dbstop in mieuler at 23 and then run mieuler(fun,[0 1],1,100) But I thought using gud-break at line 23 in mieuler would do the same, it does not however. Do I miss something or is this functionally gone, or do I have hallucinations? Uwe Brauer |