what does the red dot on the line number in matlab mean?

11 次查看(过去 30 天)
what does the red dot on the line number in matlab mean? A picture is included.

采纳的回答

Steven Lord
Steven Lord 2018-5-4
That is a breakpoint. One of the main uses for breakpoints is to help debugging your code, to stop on a particular line to allow you to examine the state of your program. A red dot is a standard breakpoint. There are also conditional breakpoints (yellow dots) that stop only if a certain condition is satisfied.

更多回答(1 个)

ddd ppp
ddd ppp 2018-5-4
OMG IT MEANS TO STOP ON THE LINE. that is so useful

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by