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

11 visualizaciones (últimos 30 días)
ddd ppp
ddd ppp el 4 de Mayo de 2018
Comentada: Stephen23 el 4 de Mayo de 2018
what does the red dot on the line number in matlab mean? A picture is included.

Respuesta aceptada

Steven Lord
Steven Lord el 4 de Mayo de 2018
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.

Más respuestas (1)

ddd ppp
ddd ppp el 4 de Mayo de 2018
OMG IT MEANS TO STOP ON THE LINE. that is so useful

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by