Filter löschen
Filter löschen

stopped in debugger question

26 Ansichten (letzte 30 Tage)
dav
dav am 25 Mär. 2013
Hi,
I was running a program with a dbstop if NAN/inf line.
The program ran and gave results. however, at the bottom where it normally says 'busy' when a program is i progress, it said stopped at debugger. There was no error displayed and the result I got were good.
Should I worry about it?
Thanks

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 25 Mär. 2013
You could give the command
dbcont
and see what happened. Or you could give the command
dbstack
to see where it thought it was stopped.
  13 Kommentare
Walter Roberson
Walter Roberson am 26 Mär. 2013
dbquit
and keep doing that until you are no longer at the debugger prompt.
The good news is that your newer program likely ended fine.
dav
dav am 26 Mär. 2013
thanks Walter.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

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!

Translated by