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

조회 수: 11 (최근 30일)
ddd ppp
ddd ppp 2018년 5월 4일
댓글: Stephen23 2018년 5월 4일
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