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
-
Ealdthir246yI once programmed a microcontroller that didn't support using breakpoints. So every time I wanted to see the value of a variable I inserted while(1); and recompiled the whole project.
-
Marl3x27796yI used the chrome debugger for the first time today, because I usually also just console.log and recompile, but I have to say: It's really nice, just hover your mouse over a variable and see the value. What else would you want 😊
-
krz114306yI once programmed homebrew for the playstation portable and the only way to test was to copy the program to a memory card and run it on the device ^^
-
@Navigatr you don't know how to use a debugger? O.o
Dude, get to it, being self-taught is not an excuse for that -
Graphic debuggers are for people who can't use the printf debugger, and the printf debugger is for people who can't read the code. :-)
-
@Navigatr What language do you use? Choose a good IDE. It makes your life longer.
-
@andros705 If you're using PHP, you have worries other than a non-existent proper debugger
-
Navigatr9376y@devTea I'm not sure what you mean by that. :/
@Krokoklemme I never had anyone teach me what to use and how to use it. 8I I don't even know if I'm structuring my code right or commenting properly or anything. :(
@BurgerBurglar Primarily Python, so there's not much of an IDE needed afaik? I mean, I do use Atom with a bunch of plugins and what not, as well as IDLE occasionally more for quickly trying out specific functions and such, but I don't know how much that counts. The hardest part is not knowing how much it is that I don't know. :( -
theFeu746yprint('penis');
is the way to go.
just make sure you don't commit n ship it (kind of an awkward situation) :'D -
aritzh7536yI am creating my own compiler for my programming language, and so far, no debugging, although I have printing kinda sorted out. So, yeah, no alternative. For some deep shit I have used gdb and stepped through assembly, but it is just so much harder.
Debugger? What?
joke/meme