Main Content
dbmex
Enable MEX-file debugging on UNIX platforms
Syntax
Description
dbmex
enables
or disables MEX-file debugging or returns to the debugger prompt on UNIX® platforms.state
To use this option, first start MATLAB® from a debugger by typing matlab
-D
debugger
, where
debugger
is the name of the debugger program. If you
have already loaded the MEX file, remove it from memory using the
clear
function. Then call dbmex
on
before calling your MEX file.
Examples
Debug yprime.c
with gdb
For instructions on debugging the yprime.c
MEX file with the GNU® Debugger gdb, see Debug on Linux Platforms.
Input Arguments
Version History
Introduced before R2006a