Thursday, July 30, 2009

dbmex

Enable MEX-file debugging

Syntax

  • dbmex on
    dbmex off
    dbmex stop
    dbmex print

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.

No comments:

Post a Comment