stopped in debugger question

33 次查看(过去 30 天)
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

采纳的回答

Walter Roberson
Walter Roberson 2013-3-25
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 个评论
Walter Roberson
Walter Roberson 2013-3-26
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by