51
outlier
7y

The most difficult thing about debugging isn't fixing the bug, it's all about finding the bug. -Mr Robot

Comments
  • 2
    Sometimes u will know how to make the code work but don't ever know what causes the bug :/
  • 0
    @juchiast
    If you know how to make the code work then you know how remove the bug in the first place, even if you don't know what particular line causes it
  • 1
    @eeeddr
    Then I don't know what wrong with those lines. But it's a problem with compiler behaviors then :>
  • 1
    @juchiast
    The solution is always printing out stuff to the console :v
  • 0
    Wise words.
  • 0
    My favorite are integration bugs.
    Module A is ok.
    Module B is ok.
    A+B shits the bed.
    🤔
Add Comment