breakpoints locations settings for a huge project
1 次查看(过去 30 天)
显示 更早的评论
Is there a way in settings to enable MATLAB to save breakpoints locations? I work w/ a very complex and huge file w/ many nested loops. I would like MATLAB to show me the breakpoints even if restart the application.
0 个评论
采纳的回答
Rik
2018-1-6
Looking in the doc for the dbstop function, it describe a method to do this:
b = dbstatus('-completenames');
dbstop(b);
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Software Development Tools 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!