stopped in debugger question

조회 수: 17 (최근 30일)
dav
dav 2013년 3월 25일
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.
dav
dav 2013년 3월 26일
thanks Walter.

댓글을 달려면 로그인하십시오.

추가 답변 (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