Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我调试 MATLAB 代码时,我发现“总是在错误时停止(dbstop if error)”非常有用。 但是,关闭 matlab 也会将其重置为“如果出错则永不停止”
如何使此设置持续存在?
这确实是解决方案 - 在 Mathworks 中的进一步挖掘带来了确切的细节:
在默认文件夹中键入
edit startup.m
然后写
dbstop if error
谢谢施罗德!
您可以使用startup.m文件在启动时重新创建设置。有关更多详细信息,请参见此处。