| MATLAB Function Reference | Search  Help Desk |
| dbmex | See Also |
Syntax
dbmex on dbmex off dbmex stop dbmex print
Description
dbmex on
enables MEX-file debugging for UNIX platforms. 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.
See Also
dbclear, dbcont, dbdown, dbquit, dbstack, dbstatus, dbstep, dbstop, dbtype, dbup