5
nic90
6y

!rant
I'm a lazy motherfucker, so instead of clever and real debugging my code throws random var_dump('Yeeha') or console.log('Seeesh') to check how everything is going...

Comments
  • 0
    How about trying to be lazy and clever? It saves you more time in the longterm. Use the debugger statement and try if xdebug works on your php environment.
Add Comment