How can I debug MEX files without a Visual Studio license?

2 次查看(过去 30 天)
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
  2 个评论
OCDER
OCDER 2018-7-17
I'm not aware of anything else. You could just do what I do without VB - stare very closely at each line of code, work out what it does in the head, and place mexPrintf statements at checkpoints to see what's going on... Definitely challenges you to memorize and predict C++ behavior, as errors are costly. Maybe there's a better free way - I'll keep an eye on this post to see what the other's do.
Daniel Poiesz
Daniel Poiesz 2018-7-17
Thanks for the advice. I'll look into mexPrintf, the whole mex concept is new to me.

请先登录,再进行评论。

采纳的回答

CP
CP 2018-7-17
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.
  1 个评论
Daniel Poiesz
Daniel Poiesz 2018-7-20
编辑:Daniel Poiesz 2018-7-20
Thank you, I should qualify for this license since I am only debugging open source code and not developing anything new.
For other readers the express line is now called Visual Studio Community.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Call C/C++ MEX Functions from MATLAB 的更多信息

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by