标签: debugging matlab
如果经常发生我在MATLAB命令行中键入dbstop if error以捕获和调试错误,但除了转到调试菜单和窗口(我不知道如何在其中找到它)新的2012b版本)有没有办法在命令行中禁用dbstop if error?
dbstop if error
答案 0 :(得分:27)
来自dbclear
dbclear
dbclear if error删除使用dbstop if error和dbstop if error identifier语句设置的断点。
dbclear if error
dbstop if error identifier