stopped in debugger question
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuesta aceptada
Walter Roberson
el 25 de Mzo. de 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 comentarios
Walter Roberson
el 26 de Mzo. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!