breakpoints locations settings for a huge project

1 vue (au cours des 30 derniers jours)
Abhilash Sukumari
Abhilash Sukumari le 6 Jan 2018
Réponse apportée : Rik le 6 Jan 2018
Is there a way in settings to enable MATLAB to save breakpoints locations? I work w/ a very complex and huge file w/ many nested loops. I would like MATLAB to show me the breakpoints even if restart the application.

Réponse acceptée

Rik
Rik le 6 Jan 2018
Looking in the doc for the dbstop function, it describe a method to do this:
b = dbstatus('-completenames');
dbstop(b);

Plus de réponses (0)

Catégories

En savoir plus sur Debugging and Analysis dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by