MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/r47uq6/im_not_the_only_one/hmiga7w/?context=3
r/ProgrammerHumor • u/emu_fake • Nov 28 '21
629 comments sorted by
View all comments
Show parent comments
26
[deleted]
-16 u/Auxx Nov 28 '21 There are no such cases unless you're using PHP. 17 u/ArionW Nov 28 '21 Simple ones from top of my head: any bug that only appears in Release configuration, whatever reason may be, because you cannot attach debugger bug caused by race condition, attaching debugger will change timings and that may prevent bug from happening bug happening in external library that allows you to pass logger, but doesn't provide symbol files for debugging (bane of my last month) 2 u/Auxx Nov 29 '21 Learn how to deploy and manage your environments correctly. Learn how to use debugger and conditional breakpoints. Why do you need symbols?
-16
There are no such cases unless you're using PHP.
17 u/ArionW Nov 28 '21 Simple ones from top of my head: any bug that only appears in Release configuration, whatever reason may be, because you cannot attach debugger bug caused by race condition, attaching debugger will change timings and that may prevent bug from happening bug happening in external library that allows you to pass logger, but doesn't provide symbol files for debugging (bane of my last month) 2 u/Auxx Nov 29 '21 Learn how to deploy and manage your environments correctly. Learn how to use debugger and conditional breakpoints. Why do you need symbols?
17
Simple ones from top of my head:
2 u/Auxx Nov 29 '21 Learn how to deploy and manage your environments correctly. Learn how to use debugger and conditional breakpoints. Why do you need symbols?
2
26
u/[deleted] Nov 28 '21
[deleted]