Return not working when debugging?
4 views (last 30 days)
Show older comments
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 Comments
Mikael Brun
on 21 Jan 2016
Edited: Mikael Brun
on 21 Jan 2016
I have this trouble too, on linux. Anyone found a solution? Except using the dbcont command
Answers (2)
Chethan Pandarinath
on 23 Jul 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 Comments
K R. Rad
on 5 Nov 2015
Edited: Walter Roberson
on 21 Jan 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 Comments
See Also
Categories
Find more on Debugging and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!