breakpoints locations settings for a huge project

조회 수: 1 (최근 30일)
Abhilash Sukumari
Abhilash Sukumari 2018년 1월 6일
답변: Rik 2018년 1월 6일
Is there a way in settings to enable MATLAB to save breakpoints locations? I work w/ a very complex and huge file w/ many nested loops. I would like MATLAB to show me the breakpoints even if restart the application.

채택된 답변

Rik
Rik 2018년 1월 6일
Looking in the doc for the dbstop function, it describe a method to do this:
b = dbstatus('-completenames');
dbstop(b);

추가 답변 (0개)

카테고리

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