Prevent MATLAB GUI from opening when hitting a break point in command line mode
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
carpetfizz
am 12 Jan. 2019
Beantwortet: Walter Roberson
am 12 Jan. 2019
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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 12 Jan. 2019
Try Preferences -> Editor/Debugger and uncheck "Automatically open files when MATLAB reaches a breakpoint"
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Entering Commands finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!