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

Enable MEX-file debugging

Syntax

Description

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.

See Also

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)



[ Previous | Help Desk | Next ]