57
Comments
  • 3
    Console.log works so much better.
  • 9
    Console outputbe like:
    Got here
    Yep works
    ...
    Aaaaa
    Bb
    Fuck I shouldn't be here
    Segmentation fault (core dumped)
  • 4
    Peanut 😂😂
  • 0
    Who needs a debugger when you can log to console?
  • 5
    @gitpush .warn() is easier to filter out of the console, Plus now your debugs look important.
  • 1
    @C0D4 cool, I want them to be important, makes my projects cooler, right?
  • 2
    @gitpush most definitely. Got to be having that cool factor. How can you say your work is important if it doesn't act the part?

    - on a side note, I actually have to do this with Salesforce so I can actually see the console logs 😅
  • 1
    @C0D4 haha wtf, do they print lots of code to console?
  • 2
    @gitpush it's almost endless when you turn on debug mode 😂

    Trying to watch for your own data being spat out is almost impossible, as everything is .log() using .warn() is like next level shit.
  • 1
    @C0D4 cool cool lets spam the code with console.warn XD
  • 1
    Fucking Winnie the dick
  • 0
    Basically only way in unreal engine
  • 0
    @gitpush use the power of %c if you do it on browser
Add Comment