Return not working when debugging?

조회 수: 1 (최근 30일)
Aisha
Aisha 2015년 10월 2일
답변: Chethan Pandarinath 2016년 7월 23일
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
Mikael Brun
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
Adam 2016년 1월 21일
Why can you not use dbcont if that is exactly its purpose?

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

답변 (2개)

Chethan Pandarinath
Chethan Pandarinath 2016년 7월 23일
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
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
>>

카테고리

Help CenterFile Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by