15
useVim
5y

that moment when whatever you do, doesn't change the eroooooorrrrrrrr message.

凸ಠ益ಠ)凸

Comments
  • 3
    Cache, and a stuck debugger
  • 6
    Are you editing a wrong file?
  • 3
    All it takes, sometimes, is a restart
  • 3
    @asgs life? Or the program?
  • 2
    thanks, I have a question - how to debug the code in php - which is run based on the ajax call.

    Right now all I do is comment the previous function, and return the current functions code and console log the result.

    Is there any easier way...

    new to backend. I've done ajax and stuff with api - just with frontend though
  • 1
    @alexbrooklyn difficult to answer that
  • 1
    @minsomai try xdebug with phpstorm
  • 1
    unit test?
  • 0
    @coffeeholic what is this magical fairy tale word 'unit test' you speak of?
  • 0
    National Rant.
  • 3
    I had that the other day. Working with graphQL React.js and Ruby on Rails.

    We have cookies implement3e for security and we needed to not apply them in certain situations. So we added a list of graphQL methods to. A list of exceptions . well turns out that graphql is not case sensitive but the list of exception called in the method is. Me being a FE, i didnt pick up on it. Took me 7 hours with the exactly the same error message...
  • 0
    @Santaclauze totally relatable
Add Comment