From: Odd A. <odd...@gm...> - 2016-01-27 13:21:11
|
Hi, After I upgraded my Matlab version from R2014a to R2015b, I can no longer see the little arrow that indicates the current execution line while debugging matlab code using matlab-emacs. Moreover, debugging seems to work poorly in other ways: it apparently no longer brings up the relevant code buffer while debugging (possibly tied to the problem above), and when arriving at a multi-line function call (i.e. where each line of text is continued with '...'), it no longer treats this as one line but insists on stepping over each text line separately. I saw someone else (Tunc Aydin) mentioned the missing execution line pointer on this mailing list last fall, and was answered by Eric Ludlam that apparently the "output Emacs was interpreting for the debugger has changed" and that this . ( http://sourceforge.net/p/matlab-emacs/mailman/message/34601964/) Has anyone looked into this since then? matlab-emacs has worked wonders for me in the past, and it's very sad if it stops providing a practical debugging tool as people upgrade to newer versions of Matlab. Best, Odd Andersen |