Currently i have the problem, that my application does not exit after returning from the main method with return 0;
. In debug mode, the visual studio debugger is still attached. If i try to go to the point which prevents the application from exeting (Using Debug -> Break All), i get the message:
Your app has entered a break state, but no code is currently executing that is supported by the selected bug engine (e.g. only native runtime code is executing).
Is there some thing i don't know with Break All in Visual Studio? I've never had this problems before.
Thank you very much!