Skip to main content

debugging 

When someone you are talking to is critiquing elements (you provide) of the conversation:

1. with their friend who is listening at the same time.
or
2. in their head as a mental note which results in a period of silence and delayed response.

Note: The critiquing must occur during the conversation and not after, as that is termed as logging instead. Critiquing before is remote judging.
example 1 :
You to Person A: Hey there, Mr. Brown-Shoes! How about that local sports team!

Person A to Person B: Can you believe this guy trying to sound like Monty Burns...

You to Person A: Hey man stop debugging me...

example 2:
You to Person A: Hey there, Mr. Brown-Shoes! How about that local sports team!

Person A (thinks): Oh my god, this guy sounds nothing like Mr Burns.

<delay>

You to Person A: Stop debugging me!
debugging by Langdon Olger September 16, 2011
debugging mug front
Get the debugging mug.
See more merch

debugging 

fucking hell for all programmers, including me, in all languages, to fix one stupid little bug that turned out to be a missing “;”. no sane programmer wants to go through it, but we all have to
debugging in c++ is fucking hell dude
debugging by icode May 24, 2023

Debugging 

Screaming at a computer until it works.
The programmer was debugging their code.
Debugging by ducksel November 12, 2022

debugging 

Checking your code to see what the hell is going wrong.
It is being the detective at your own murder, except you don't know how the hell it happened.
I was debugging for 5 weeks straight.
debugging by Spooky Is Real July 6, 2023

debugging 

The process of mentally smashing one's keyboard against the monitor while desperately trying to have a logical conversation with a computer over and over again but utterly failing every time.
Person 0: Yo dude, have you fixed your code yet?
Person 1: No, I haven't. I've been debugging for the past few hours but I still have no idea why it isn't working.
debugging by Romeo.py April 18, 2024
Being the detective in a crime movie where you are also the murderer.
This is a classic case of debugging.
debugging by santina898 March 12, 2026

rubber duck debugging

This is when a programmer debugs his/her code by reading it out loud to an acutal rubber duck sitting on the desk.

First you need to obtain a rubber duck (bathtub variety)

Secondly you should place the rubber duck on the desk and inform it you are just going to go over some code with it, if that's all right.

Then you explain to the duck what your code is supposed to do, and then go into detail and explain your code line by line

Lastly at some point you will tell the duck what you are doing next and then realise that that is not in fact what you are actually doing. The duck will sit there serenely, happy in the knowledge that it has helped you on your way.
Adam: Hey Joe, could you help me with the debugging of this code, I have no idea what's wrong.
Joe: Here, take this rubber duck, and try some rubber duck debugging.
Adam: Holy shit, that actually worked, thanks.