Enable MEX-file debugging on UNIX platforms
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.
yprime.c
with gdbFor instructions on debugging the yprime.c
MEX file with the GNU® Debugger gdb, see Debug on Linux Platforms.