From: drevlav Valverde on
Hello everybody
I want to understand how to debug a mexfile with visualstudio.
I made some research and I found a topic which explain how to do it.
http://www.mathworks.com/access/help...89.html#f18756
I followed all the step,
I compiled the ".c" with debug option : mex _g
I attached the matlab process on visual studio
then I run the file on matlab.
the file work, i have the result on matlab, but it doesnt stop on the breakpoint putted on the file with visual studio. I am not able to get in the code.
I don t understand why.
someone got an idea?

drevlalv

Bonjour a tous,
j'ai un .c qui est du mex que je dois faire tourner sur matlab.
il est assez compliquer, il tourne pendant des plombes.
je voudrais rentrer dedans pendant qu il tourne. je veux faire du débueggage.
Mais avec du mex c'est pas facile.
je suis tomber sur ce lien : http://www.mathworks.com/access/help...89.html#f18756
un exemple qui montre comment attacher le processus matlab au visual.

J'ai suivi à la lettre cet exemple mais ca ne marche pas, à aucun moment, qd je lance la commande de ma fonction, il ne s'arrete dans visual studio.
pourtant j'ai bien attaché le processus, mis le breakpoint.

est ce que quelqu un aurait une idée?
ou sinon un autre moyen, pour pouvoir débugguer un fichier mex.

merci

Drevlav