MATLAB Function Reference Previous page   Next Page
dbmex

Enable MEX-file debugging

Syntax

Description

dbmex on enables MEX-file debugging for UNIX platforms. It is not supported on the Sun Solaris platform. 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.

Remarks

On Sun Solaris platforms, dbmex is not supported. See the Technical Support solution 23388 at http://www.mathworks.com/support/solutions/data/23388.shtml for an alternative method of debugging.

See Also

dbclear, dbcont, dbdown, dbquit, dbstack, dbstatus, dbstep, dbstop, dbtype, dbup


Previous page  dblquad dbquit Next page

© 1994-2005 The MathWorks, Inc.