Variable Listener, debug if expr == true
3 次查看(过去 30 天)
显示 更早的评论
Is there a way to start debug when a variable changes to a specific value, and stop where this happens. I don't mean the conditional breakpoint. (No yellow breakpoints, they're not what i need).
my "breakpoint" is variable, it only stops
< pseudocode >
if expr
STOP NOW!
end
< /pseudocode >
Note: This code isn't in a .m file
Like stop on error warnings work. But stop on line where isempty(x), or x == 10
2 个评论
Jan
2013-4-10
This code is not in an M-file? Then why not placing it in an M-file and using conditional breakpoints?
回答(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!