What happened to the first post where I asked this question?
Why are there still these puzzle verifications when posting?
--
It's been asked for years, and I was wondering if something has finally been done about it.
I'd like after an execution of a c++ console app without debugging (ctrl+f5) not to be required to press a key to continue.
Why? Since I also execute from a shortcut, and then I have a behavior when sometimes it waits and sometimes it doesn't, and the inconsistency throws me off.
Why not run with debugging (f5)? Since then, when I want to go over the code while it's running, I need to detach the debugger.
Since you haven't changed it in years, and you probably never will, can you at least explain the reason for this behavior? One would have thought that if a debugger is attached, then VS is watching, and then pauses after execution, and not the other way around.
A related issue. When executing without debugging, it seems that VS is still "watching." I have this issue:
https://drive.google.com/file/d/1Q1L2z6d7mYIwVu_oIpnKtuK2fd6hN-5z/view?pli=1
Can you explain how VS is still watching without being attached?