返回信息流如何查看一个matlab编写的gui插件的背后的运行逻辑,有没有可以追踪代码的一些手段,就是类似代码计时那种,但是要是能够看到调用文件的关系就更好了。
这是一条镜像帖。来源:北邮人论坛 / matlab / #13129同步于 2020/7/10
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Matlab机器人发帖
matlab逆向工程
JokerAdmin
2020/7/10镜像同步1 回复
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
never mind, I'll explain it myself. just use a breakpoint to break the whole process of the the program you're focused on and click step-in. it is really an odd thing that the logic of MATLAB ask you to use breakpoint to activate the debug process. many modern IDE have already separated it from the normal run button.