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
-
Fake11046yprint("------------1----------")
.....
print("------------2----------")
...
print("------------3----------") -
GUI:
MessageBox.Show(“Step 1”, “Debug”, MessageBoxButtons.OK);
CLI:
Console.WriteLine(“Step 1”); -
The app is called "devRant" (that's right, camelCase)
I have a word for this: pathetic -
Sometimes printf can actually be more useful, there are some things which debuggers can't catch
-
Pro tip put “print(‘bollocks’)” in exception handlers, you will definitely remember to take it out before you put it into prod
-
Vector1236yI print random cuss words that come into my mind during debugging.
Multitasking at its finest
Even debugger can't beat this.
joke/meme