Is there a way in which I can debug my compiled Matlab components, using native Matlab debugger, like Visual Studio \"Attach to process\" option, or something like that?
I experimented with using something like : try catch ME waitbar(0,ME.message) end
This was quite an effective and generic solution.
you may want to break down the code into multiple parts and debug each to save compiling time.
good luck, dan