compiler-explorer / infra

Infrastructure to set up the public Compiler Explorer instances and compilers
https://godbolt.org
BSD 2-Clause "Simplified" License
346 stars 301 forks source link

Windows debugging info #970

Open mattgodbolt opened 1 year ago

mattgodbolt commented 1 year ago

It doesn't seem possible to ssh into a running windows instance: I can't see any way of interacting with a node once it's up to debug, for example. Is there a way to do this I'm missing?

partouf commented 1 year ago

It is setup to work with the online aws console, if you click the instance, and then click connect you’ll get into the pwsh (admin-ish)

partouf commented 1 year ago

The startup logs can then be seen by typing cat c:\tmp\log\ce-svcstartup.log (i think.. ) am not behind a pc right now