I'm on windows using vscode. Is there anyway to make sure the debug console launches every time you load the simulator? Seems like sometimes it does but most of the time I have to open it manually. Am I missing something?
The debug console should remember its state across launches. E.G. if it was open last time you quit, it will reopen the next time. If it was closed on quit, it will stay closed on relaunch.
Strange when I rebuild while the simulator is open in vs code it doesn't relaunch it with the console open. But if I close the simulator before I rebuild it, it will keep the console open.