A question about MATLAB debugging
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a program which needs to run quite a while. There is an error in the subfunction, I want to check the error by looking the variables,but only the variables of the subfunction are displayed when I use the command {dbstop if error}. Is there anyone who can show me how to display the variables of the main function? Thank you!
0 Kommentare
Antworten (2)
Walter Roberson
am 24 Nov. 2012
The workspace browser has a context selector.
Or you can use "dbup" and "dbdown" to move between contexts.
0 Kommentare
Jan
am 25 Nov. 2012
The functions dbup and dbdown are performed also by the popup menu "Stack: ..." in the editors toolbar. This popup changes the current workspace to the caller, the caller's caller etc, such that a fast navigation is easy.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Debugging and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!