Hi, I'm following handmade hero and everything works fine. Except for 2 visual studio issues that I think are linked.
When I start to debug in visual studio I've got this window that opens :
And it take about 15 seconds to start debugging. The link points to that
MSDN page. I've never touched to remote debugging.
The second problem is that when I start debugging or I start handmade.exe manually (command prompt or double click) the application runs twice. One window opens and stays on the screen for a few seconds than close and another window opens and stays opened. If it's launched for debugging, the first windows will not trigger any breakpoint (visual studio debugger is not started, no orange bar on the bottom) so I'm thinking that it's what is causing the debugger to take so long to start.
Note that the "dual launch" also happens on other projects in visual studio, 32bit or 64bit, release or debug builds.
Any idea of what could be the problem ?
I'm using Visual Studio 2012 pro on Windows 7 64bit.
The
.exe and .cpp.
Thanks !