Return not working when debugging?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
It seems as though when I type in return for 2015b in mac it does not continue with the code. Is anyone else having this problem?
4 comentarios
Mikael Brun
el 21 de En. de 2016
Editada: Mikael Brun
el 21 de En. de 2016
I have this trouble too, on linux. Anyone found a solution? Except using the dbcont command
Respuestas (2)
Chethan Pandarinath
el 23 de Jul. de 2016
I found this same issue when I recently upgraded to 2016a. While 'return' during debugging would resume execution in older versions of Matlab, it appears that this syntax is no longer supported. You can use 'dbcont' instead: dbcont
0 comentarios
K R. Rad
el 5 de Nov. de 2015
Editada: Walter Roberson
el 21 de En. de 2016
I have the same problem. When in keyboard mode and I type "return", keyboard mode is not exited. I get:
>> keyboard
K>> return
K>>
whereas it should be
>> keyboard
K>> return
>>
0 comentarios
Ver también
Categorías
Más información sobre Debugging and Analysis 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!