Break a code in intermediate function
이전 댓글 표시
Hi, I am trying to break a code in an intermediate function of the whole procedure I am running. For example, I run "my_script.m" which calls an intermediate function "my_function.m". I would like to break/pause the code at line 15 of "my_function.m". It is basic programming feature, but (surprsingly) couldnt do it or find quick instructions in the internet. I am grateful for any help. Thanks.
채택된 답변
추가 답변 (1개)
Sean de Wolski
2015년 1월 24일
편집: Sean de Wolski
2015년 1월 26일
>>dbstop in my_function at 15
Or click the - next to the line number in the editor. Doc:
>>web(fullfile(docroot, 'matlab/matlab_prog/debugging-process-and-features.html'))
댓글 수: 3
Marcelo Sena
2015년 1월 24일
Marcelo Sena
2015년 1월 24일
Sean de Wolski
2015년 1월 26일
Just run the above at the command line.
카테고리
도움말 센터 및 File Exchange에서 Debugging and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!