Return not working when debugging?
古いコメントを表示
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 件のコメント
Jan
2015 年 10 月 2 日
Where do you type "return"? Do you mean dbcont ?
K R. Rad
2015 年 11 月 5 日
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
>>
Mikael Brun
2016 年 1 月 21 日
編集済み: Mikael Brun
2016 年 1 月 21 日
I have this trouble too, on linux. Anyone found a solution? Except using the dbcont command
Adam
2016 年 1 月 21 日
Why can you not use dbcont if that is exactly its purpose?
回答 (2 件)
Chethan Pandarinath
2016 年 7 月 23 日
2 投票
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
K R. Rad
2015 年 11 月 5 日
編集済み: Walter Roberson
2016 年 1 月 21 日
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
>>
カテゴリ
ヘルプ センター および File Exchange で Desktop についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!