Effacer les filtres
Effacer les filtres

How to check the current line (debug)

10 vues (au cours des 30 derniers jours)
Mateusz
Mateusz le 10 Avr 2012
I often use 'keyboard' command to debug my programs (since sometimes I have to use command line and matlab -nodisplay setup). When the keyboard command is reached, the execution is stopped until I type return or dbquit. Sometimes, however, I would also like to know where the execution has been stopped, that is which function/script, which line. This might help me to trace down all keyboard instructions that I have put and that are reached during the execution. It this possible in Matlab R2011b?

Réponse acceptée

Sean de Wolski
Sean de Wolski le 10 Avr 2012
Perhaps dbstack()?
doc dbstack
  1 commentaire
Mateusz
Mateusz le 10 Avr 2012
Looks this is what I need, thanks!

Connectez-vous pour commenter.

Plus de réponses (1)

Pruthvi G
Pruthvi G le 20 Mar 2019

Catégories

En savoir plus sur Desktop dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by