Breakpoints in Run Section
显示 更早的评论
I have my code broken up into sections, but if I set a breakpoint and then "Run Section", it ignores the breakpoint. Is there a way to use breakpoints with "Run Section"?
回答(2 个)
Omar
2018-4-24
7 个投票
There is a way, simply write the word 'keyboard' where you want your 'Run Section' to stop, and it will enter debug mode at that line.
1 个评论
Shahrokh Abbasi-Rad
2018-8-10
This was actually a good way and I liked it, but it doesn't go to any loop and that's its limitation.
Sean de Wolski
2013-5-16
Nope.
When you "Run Section" what's essentially happening is:
eval(Section_Contents)
Thus there is no way to have break points. I agree this can be pretty frustrating. A workaround is to put a break point on the first line of a section, then run the file the normal way. You can now run the section while in debug mode.
类别
在 帮助中心 和 File Exchange 中查找有关 Desktop 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!