- set a break point in the beginning of the code of one_sub_function
- select the call of one_sub_function, which you just passed.
- right click and choose Evaluate Selection
Stepping back while debugging
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a matlab function which has several matlab sub functions in it. While debugging the function I accidentally passed one sub function. Now I want to go back one step and "step in" that sub function. How can I do that?
댓글 수: 2
per isakson
2016년 9월 19일
편집: per isakson
2016년 9월 19일
Not possible, however there is a work around:
답변 (1개)
Image Analyst
2016년 9월 19일
There is no "edit and continue" or ability to move the next execution line in MATLAB, unfortunately, like there is in Microsoft Visual Studio.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!