Unable to set breakpoint
이전 댓글 표시
Every time I try to set a breakpoint, the red circle comes up as long as I keep 'holding' the click, but then when I 'release' the click, it goes away. I used to be able to set breakpoints normally but now I can't
댓글 수: 2
Tommy
2020년 4월 4일
Is this for all files or just a particular file? If the latter, did you happen to edit the file while you were debugging it? I've had similar issues in the past, and if restarting MATLAB did not fix it, I was able to fix it by just copying my code to a new file.
Martin Contreras Carrera
2020년 4월 5일
채택된 답변
추가 답변 (1개)
Image Analyst
대략 11시간 전
0 개 추천
Is the file SAVED? If it is, there will be no * next to the file name on the tab. If it is NOT saved, there will be a * next to the filename on the tab. If the file is not saved, then you will not be able to set a breakpoint. Save it and then you should be able to set a breakpoint. Test this out and you'll see I'm right.
For those who did "restoredefaultpath", typing that will (as long as this option is set) automatically save the file. When the focus leaves the editor window (at least with my settings), the file will automatically save. When you clicked in the command window to type that, focus left the editor which caused an automatic save. So then you can go back to the editor window and set a breakpoint. So it was not the function "restoredefaultpath" that fixed it, it was the automatic saving that fixed it.
카테고리
도움말 센터 및 File Exchange에서 Search Path에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!