Prevent MATLAB GUI from opening when hitting a break point in command line mode
2 ビュー (過去 30 日間)
古いコメントを表示
I use MATLAB on my terminal using the "matlab -nosplash -nodesktop" command line option. However, when I enter debugging mode, either by hitting a break point or otherwise, the MATLAB debug GUI rears its ugly head and changes the window focus away from my terminal.
How do I prevent the MATLAB GUI from opening when using the debugger in -nodesktop mode?
Thank you!
0 件のコメント
採用された回答
Walter Roberson
2019 年 1 月 12 日
Try Preferences -> Editor/Debugger and uncheck "Automatically open files when MATLAB reaches a breakpoint"
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!