Let's say I prefer debugging a release build of my software during development.
What problems might I miss by doing that?
There are some optimizations that take place in the Release build. You can see the full list of optimizations here. None of them are supposed to affect the outcome of the program.
If you have the DEBUG directive anywhere, that will stay in. Pay careful attention to this, as this could change whole functions.
Debug.Asserts will fail in Debug mode but NOT in Release mode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With