Is there any way to debug compiled components using Matlab Debugger?

前端 未结 3 715
醉话见心
醉话见心 2021-01-20 22:16

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?

3条回答
  •  鱼传尺愫
    2021-01-20 22:53

    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

提交回复
热议问题