From: Eric L. <Eri...@ma...> - 2011-07-26 13:42:59
|
Hi, You can set breakpoints, and step over code a line at a time. This is all done via GUD interface in Emacs (Grand Unified Debugger). The GUD menu is enabled in matlab files when you hit a break point. The keybinding is C-x C-a b but if it doesn't get set, you can always do: M-x gud-break RET on some line of code. In MATLAB Shell, you can do next/step with C-x C-n and C-x C-s. From the source file, the prefix is C-x C-a. This is the standard GUD interface for debuggers. Today I founded my latest Matlab resisting showing the arrow during debugging every time. It may be the process filters in Emacs need to be updated with recent changes. Eric From: socrates smith [mailto:css...@gm...] Sent: Wednesday, July 20, 2011 5:20 AM To: mat...@li... Subject: [Matlab-emacs-discuss] Insert break-points using matlab-emacs Hi all, Is it possible to insert breakpoints using the matlab-emacs interface. Also, will I be able to run through the code step by step using (F5 or F10) or any such key such as in matlab? Thanks, Socrates |