Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ddephor45116yTiming issue, multithreading problem like race condition, buggy synchronisation or alike.
It may also be due to compiler optimization (although the issues then are usually in the release version)
But whatever it is, it's worth tracking it. -
blem1410666y@hell had it once with some web framework - JS were raising errors after some update, it had built-in debug mode for website, giving more info and preventing JS obfuscation, so when debug mode was on JS did not raise any error and all worked fine...
-
Paper3242896yThat’s the “login with google” button in my game basically xD
I need to setup the debug key signature or smth for it to work in debug builds but cba to -
Another thing that I’ve seen cause this is having a side effect in a property read.
Related Rants
-
Dacexi24When there are only 2 pages on Google you know you're in serious shit.
-
practiseSafeHex20Fixing a parents iPhone, episode 1. Problem: "Whatsapp is gone off my phone" Debugging: Me: *unlocks phone...
-
nachocode6When you talk to other devs about what their code did. I also relate myself to this.
Love it when you try to fix a bug and realize the bug only occurs in debug mode.
No clue why, but also not my fucking problem, users ain't gonna debug :D
rant
debugging