有什么方法使用Matlab Debugger调试编译组件吗? [英] Is there any way to debug compiled components using Matlab Debugger?

查看:268
本文介绍了有什么方法使用Matlab Debugger调试编译组件吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法,我可以调试我编译的Matlab组件,使用原生的Matlab调试器,像Visual Studio附加到过程选项,或类似的东西。

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?

我是指EXE独立文件,DLL,COM进程中服务器或.NET组件。

I mean EXE stand-alone files, DLLs, COM in-process servers or .NET components.

推荐答案

t调试它们的意义是能够逐行遍历MATLAB代码,你可以在编译之前使用MATLAB自己的调试器。 MATLAB部署产品采取的步骤之一是加密MATLAB代码(以便您可以在分发部署组件时保留您的IP)。在部署之后在调试器中遍历代码的能力将会失败的目的。

You can't debug them in the sense of being able to step through the MATLAB code line by line, as you can with MATLAB's own debugger prior to compilation. One of the steps that the MATLAB deployment products take is to encrypt the MATLAB code (so you can preserve your IP when distributing the deployed component). The ability to step through the code in a debugger after deployment would defeat the purpose of that.

这篇关于有什么方法使用Matlab Debugger调试编译组件吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆