So I have just followed the advice in enabling debug symbols for Release mode and after enabling debug symbols, disabling optimization and finding that break-points do work if symbols are complied with a release mode, I find myself wondering...
- Isn't the purpose of Debug mode to help you to find bugs?
- Why bother with Debug mode if it let bugs slip past you?
Any advice?