How to check the current line (debug)

11 Ansichten (letzte 30 Tage)
Mateusz
Mateusz am 10 Apr. 2012
Beantwortet: Pruthvi G am 20 Mär. 2019
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?

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 10 Apr. 2012
Perhaps dbstack()?
doc dbstack

Weitere Antworten (1)

Pruthvi G
Pruthvi G am 20 Mär. 2019

Kategorien

Mehr zu Desktop 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!

Translated by