MATLAB: How to debug mex files without a visual studio license

cdebugeclipseMATLABmex

I already used up a trial license and need to learn how some mex c++ code is being executed. It doesn't seem worth it to pay for Visual Studio so I can debug MATLAB code. Are there instructions to use eclipse or another opensource method?
MATLAB version 9.4, 2018a

Best Answer

I use Microsoft Visual c++ 2010 Express to debug c++ files that get compiled into mex functions. I believe the license is free. You just have to go to the website and sign up for the key, and they will send it your email.
Related Question