Click here to Skip to main content
15,886,919 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wordle 735 (4/6) Pin
Jeremy Falcon24-Jun-23 4:18
professionalJeremy Falcon24-Jun-23 4:18 
GeneralRe: Wordle 735 3/6 Pin
jmaida24-Jun-23 12:21
jmaida24-Jun-23 12:21 
GeneralWhen a bug isn't really a bug? Pin
honey the codewitch23-Jun-23 2:23
mvahoney the codewitch23-Jun-23 2:23 
GeneralRe: When a bug isn't really a bug? Pin
CPallini23-Jun-23 2:43
mveCPallini23-Jun-23 2:43 
GeneralRe: When a bug isn't really a bug? Pin
OriginalGriff23-Jun-23 3:45
mveOriginalGriff23-Jun-23 3:45 
GeneralRe: When a bug isn't really a bug? Pin
dandy7223-Jun-23 4:20
dandy7223-Jun-23 4:20 
GeneralRe: When a bug isn't really a bug? Pin
honey the codewitch23-Jun-23 4:50
mvahoney the codewitch23-Jun-23 4:50 
GeneralRe: When a bug isn't really a bug? Pin
dandy7223-Jun-23 8:09
dandy7223-Jun-23 8:09 
But you're not "nobody". Smile | :)

I realize this is probably way beyond anything I've ever produced, but maybe my naive thinking can help. Take my line of questioning for whatever it's worth.

What does it take to reproduce the bug? Can you reproduce it consistently? Once you know how to reproduce it, can you come up with a way to end up with the desired results, but avoiding the path that causes the bug to surface? Can you comment out large chunks of code until the bug stops happening (assuming you know how to reproduce it consistently in the first place)? If so, can you then start uncommenting code, little-by-little until it comes up again? When that happens, comment it out once more and keep uncommenting the rest of it until everything's been restored except for the buggy part. Of course if things are chained in such a way that for function A to work, it needs the output of function B, and commenting things out as I'm suggesting might not be an option.

That's my idea anyway. I hate to go in blind, but sometimes if looking at code doesn't yield any results, no matter how long and hard you look at it, removing it and adding it back one bit at a time can be useful.

GeneralRe: When a bug isn't really a bug? Pin
honey the codewitch23-Jun-23 9:06
mvahoney the codewitch23-Jun-23 9:06 
GeneralRe: When a bug isn't really a bug? Pin
jschell23-Jun-23 10:57
jschell23-Jun-23 10:57 
GeneralRe: When a bug isn't really a bug? Pin
honey the codewitch23-Jun-23 12:13
mvahoney the codewitch23-Jun-23 12:13 
GeneralRe: When a bug isn't really a bug? Pin
jschell26-Jun-23 5:25
jschell26-Jun-23 5:25 
GeneralRe: When a bug isn't really a bug? Pin
honey the codewitch26-Jun-23 5:29
mvahoney the codewitch26-Jun-23 5:29 
GeneralRe: When a bug isn't really a bug? Pin
jschell26-Jun-23 6:13
jschell26-Jun-23 6:13 
GeneralRe: When a bug isn't really a bug? Pin
Gerry Schmitz23-Jun-23 5:04
mveGerry Schmitz23-Jun-23 5:04 
GeneralRe: When a bug isn't really a bug? Pin
Gary R. Wheeler23-Jun-23 15:07
Gary R. Wheeler23-Jun-23 15:07 
GeneralRe: When a bug isn't really a bug? Pin
Mircea Neacsu23-Jun-23 16:02
Mircea Neacsu23-Jun-23 16:02 
GeneralRe: When a bug isn't really a bug? Pin
jschell23-Jun-23 11:01
jschell23-Jun-23 11:01 
GeneralRe: When a bug isn't really a bug? Pin
honey the codewitch23-Jun-23 12:11
mvahoney the codewitch23-Jun-23 12:11 
GeneralRe: When a bug isn't really a bug? Pin
jschell26-Jun-23 5:21
jschell26-Jun-23 5:21 
GeneralRe: When a bug isn't really a bug? Pin
Mircea Neacsu23-Jun-23 16:11
Mircea Neacsu23-Jun-23 16:11 
GeneralRe: When a bug isn't really a bug? Pin
glennPattonWork324-Jun-23 1:18
professionalglennPattonWork324-Jun-23 1:18 
GeneralRe: When a bug isn't really a bug? Pin
Daniel Pfeffer24-Jun-23 8:19
professionalDaniel Pfeffer24-Jun-23 8:19 
GeneralRe: When a bug isn't really a bug? Pin
honey the codewitch24-Jun-23 8:36
mvahoney the codewitch24-Jun-23 8:36 
GeneralCCC 2023-06-23 Pin
Peter_in_278022-Jun-23 22:14
professionalPeter_in_278022-Jun-23 22:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.