Hiding the debug console

If you want to hide the debug console at launch, add this to Prefs.json

debuggerStartCommands: [
    "hide console"
]

control-tab will bring it back.

5 Likes