Clear Filters
Clear Filters

How do I debug a .m -> .mex file in Visual Studio

6 views (last 30 days)
I've seen answers explaining how to debug a mex file generated using the mex command (e.g., mex -g yprime.c). I'd like to debug a .mexw64 file that was generated using codegen.
TIA.

Accepted Answer

Gaurav Garg
Gaurav Garg on 11 Aug 2020
Hi Arthur,
I hope you are using 64-bit version of Windows OS and a 64 bit version of MATLAB to execute. Debugging mexw64 would be same as debugging mex file. Kindly refer to the documentation here or here.

More Answers (0)

Categories

Find more on MATLAB Code Analysis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!