I have a problem with debugger too, but I didn't pay much attention to it yet, I rarely use debugger :lol:
It compile and run perfectly on debug target, but if I start the debugger it explodes immediately with segmentation fault:
Program received signal SIGSEGV, Segmentation fault.
In guard32!?Exported@@YAXXZ () (C:\WINDOWS\system32\guard32.dll)
It happens if I use SFML classes other than the simplest ones (like sf::Clock, sf::IntRect, sf::Event, etc.. if I only use classes like those, debugger doesn't explode)
code::blocks (mingw)