11
rant1ng
6y

Is there anything that brings more self-shame, then having to create break points by echoing out the current state of variables every second line or so in order to understand your bug?

Or is that just something you can't avoid sometimes...

I think it means there's something wrong on a high level with your code if you have to squeak out like that.

Yeah. squeaking sucks.

Comments
  • 4
    ...why not use a debugger and step through your code? Or is it some time bound process?
  • 1
    The language I have to use doesn't have a debugger, or any form of error handling for that matter. This is my only option.
  • 0
    @hackedranger what language is it?
  • 0
    @Axis I think it's called PowerOn. People call it different things, because it doesn't seem to have an official name
Add Comment