Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Avoid refocusing editor to current line after error when debugging?
조회 수: 1 (최근 30일)
이전 댓글 표시
When debugging/building a functions/scripts, I'll often run blocks of edited code while execution is paused. Frequently, this results in errors. Because I use dbstop error, this will pause the execution a second time. So I inspect the error and resume execution (bringing me back to the original location in the stack). What happens then is that the editor refocuses/scrolls to the current paused location in code, which is often hundreds of lines from where I'm actually working. Is there any way to disable this? It's physically disorienting.
댓글 수: 0
답변 (1개)
Walter Roberson
2018년 6월 8일
Preferences -> Editor/Debugger
and turn off "Automatically open files when MATLAB reaches a breakpoint"
댓글 수: 1
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!