The debugger is no longer working on my main project. It waits at WinMain(), doesn't accept any input and dies when a key or button is pressed. Task Manager needs to kill poide.exe.
I can't post the project to the public. However, I'm really willing to help with finding bugs.
So, normally the debugger stops at WinMain() and waits for user input. What could cause it to get stuck? Waiting for a lock? Caught in an endless loop? Problem with importing functions from a DLL? Too many files (currently 126 .obj files)?
The UI doesn't finish updating, so there could be a communication issue between the IDE and the debugger. Usually, a new tab opens in the editor and a new menu in the bottom right corner of the workspace. This does not happen here, at least those widgets are not visible yet, the IDE seems to crash before or while creating them. I attached a screenshot.
@Pelle, if there is anything I can test or log for you, let me know.