It is really annoying to forget to switch on the debugging mode every time after a restart and before I attach visual studio.
Is it possible to make editor remember what mode it was in between sessions?
1 Like
You don’t need to switch to debug mode before attaching Visual Studio. I’m also not sure how you can forget to do that: don’t you get a dialog asking you if you want to do it once you attach Visual Studio?
Also, there’s an editor preference called “Code Optimization on Startup” which you can change to debug if you want the editor to start in debug mode.
If you press that button, that will cause domain reload. Which means the entire setup you prepared in Editor goes into trash, and is to be repeated again
But thank you for the whereabouts of the checkbox. That’s what I was missing