what does the red dot on the line number in matlab mean?
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
what does the red dot on the line number in matlab mean? A picture is included.

0 Commenti
Risposta accettata
Steven Lord
il 4 Mag 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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!