MATLAB Compiler Previous page   Next Page

Debugging MATLAB Compiler-Generated Executables

As of MATLAB Compiler 4, it is no longer possible to debug your entire program using a C/C++ debugger; most of the application is M-code, which can only be debugged in MATLAB. Instead, run your code in MATLAB and verify that it produces the desired results. Then you can compile it. The compiled code will produce the same results.


Previous page  Compiling a GUI That Contains an ActiveX Control Stand-Alone Applications Next page

© 1994-2005 The MathWorks, Inc.