Debugging Mex file using Visual studio 2010
2 views (last 30 days)
Show older comments
Hi I have written a mex file and I would like to debug it using visual studio 2010. I followed steps mentioned in Mathwork website :
I should mention that I can compile mex with -g code successfully but when I insert the breakpoint it says: the breakpoint cannot be currently hit. No symbols have been loaded for this document.
Then when I run the mex code from Matlab, it does not create any break point and it does not do the debugging. When I go to debug--> windows--> module--> next to matlab says cannot find or open the PDB file.
Can anyone please help me to solve this problem.
8 Comments
Walter Roberson
on 3 Jul 2016
Have you considered the option of posting your source and describing the error you are encountering?
Answers (0)
See Also
Categories
Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!