How to quit debug mode with shortcut when focus is on command window?
조회 수: 1 (최근 30일)
이전 댓글 표시
I've set up a shortcut to quit debug mode, however the shortcut only works when my focus is on the editor. If my focus is on the command window it does not work. Is there any way to make it work?
댓글 수: 0
답변 (1개)
Jan
2018년 4월 15일
Inside the command window Shift+F5 should exit the debug mode already as default. So where did you set which kind of "shortcut"?
댓글 수: 5
Walter Roberson
2018년 4월 16일
Control c can never be reassigned. It is one of the shortcut restrictions.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!