MATLAB Function Reference
  Go to function:
    Search    Help Desk 
dbmex    See Also

Enable MEX-file debugging

Syntax

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



[ Previous | Help Desk | Next ]