I need help, I keep trying to debug my project and it never works.
Everytime I use SFML I just always compile as release and if theres a big i just keep scanning through the code and opening the program up again.
But I got tired and decided to try debugging again, I linked
sfml-graphics-d
sfml-window-d
sfml-system-d
Normally I link the above, all without a D but I removed those and added ones with a D.
I added the dll files to the debug folder as-well.
But when I add a breakpoint nothing happens, the program never pauses or anything.
Please help, it still acts like a release even though i changed it to debug at the top.