| MATLAB Function Reference | Search  Help Desk |
| dbmex | See Also |
dbmex on dbmex off dbmex stop dbmex print
dbmex on
enables MEX-file debugging. To use this option, first start MATLAB from within a debugger by typing: matlab -Ddebugger, where debugger is the name of the debugger.
dbmex off
disables MEX-file debugging.
dbmex stop
returns to the debugger prompt.
dbmex print
displays MEX-file debugging information.
dbmex is not available on the Macintosh or the PC.
dbstop Set breakpoints in an M-file function
dbclear Clear breakpoints
dbcont Resume execution
dbdown Change local workspace context (down)
dbquit Quit debug mode
dbstack Display function call stack
dbstatus List all breakpoints
dbstep Execute one or more lines from a breakpoint
dbtype List M-file with line numbers
dbup Change local workspace context (up)