Show Debug Console Every Time Running Simulator

Hi everyone,

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?

I'm using Simulator Version 1.13.4.

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.

That is interesting, I'll take a look and see if there is something on our end that is triggering this.

I tried to reproduce this with no luck. What SDK are you using? How are you launching the Simulator? Are you using VSCode configuration templates?