Windows下Mex程序的调试

      写一下在Windows下调试Matlab与C/C++混合编程程序的方法。

      1 编写Mex源文件

Windows下Mex程序的调试_第1张图片

      2 使用-g选项编译Mex源文件

Windows下Mex程序的调试_第2张图片

      3 将Matlab进程绑定到VS编译器中

Windows下Mex程序的调试_第3张图片

Windows下Mex程序的调试_第4张图片

      4 在VS中打开Mex源文件

Windows下Mex程序的调试_第5张图片

Windows下Mex程序的调试_第6张图片

       5 在源文件中添加断点

Windows下Mex程序的调试_第7张图片

      6 在Matlab中运行上面的Mex程序

      7 等待击中断点后在VS中进行调试

Windows下Mex程序的调试_第8张图片

你可能感兴趣的:(编程,windows,matlab,编译器)