Debugging app designer on error
Mostra commenti meno recenti
Using breakpoints in app designer works great, and I can see the workspace in the command line during debugging.
But how can I get the same debugging functionality with an error occurs in my app designer code? I tried
dbstop if error
but the workspace at the command line is only some high level information about the function the app designer code was in at the time of the error, and not the local variables in the function's workspace.
Maybe I've put the dbstop in the wrong place in the app designer code?
1 Commento
Paul Buckland
il 15 Ago 2019
Risposte (2)
Vilnis Stumbris
il 17 Ott 2019
Modificato: Vilnis Stumbris
il 17 Ott 2019
1 voto
dbstop if caught error
im trying to sort out something like this too. these might help
callback for errors
Christian Tieber
il 22 Lug 2020
Use
dbstop if caught error
Categorie
Scopri di più su Debugging and Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

