From: David C. <dav...@fr...> - 2012-02-24 17:56:24
|
> I was thinking that as long as you only set breakpoints from within > emacs, you wouldn't need to query matlab In principle yes, that would be fine. In practise however, many things can alter breakpoints. E.g. when you issue "clear all" from matlab, a side effect is that all breakpoints are cleared, and emacs wouldn't notice a thing. I'm sure we can imagine plenty more scenarios, and if emacs doesn't constantly query matlab for the list of breakpoints, it would quickly get out of sync. |