Le programme C doit être compilé avec l'option g :
mex -g <fichier>
On appelle MATLAB avec le débogeur gdb (un autre est possible) :
matlab -Dgdb ... GDB 4.15.1 (i486-slackware-linux), (gdb) run ... >> dbmex on >> twotimes(0.1) ... MEX FILE: /home/ricou/twotimes.mexlx entry point... ... (gdb)