Skip to content

Instantly share code, notes, and snippets.

@jakub-g
Created February 25, 2019 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakub-g/da22584620c8170d50e57eb27348367a to your computer and use it in GitHub Desktop.
Save jakub-g/da22584620c8170d50e57eb27348367a to your computer and use it in GitHub Desktop.
Debug guide
  • Check that you're debugging the proper file (correct URL, correct folder etc.)

  • Nuclear option: remove everything

  • Check the errors

  • Compare behavior before and after

  • Compare logs before and after

  • Check the commits in the meantime

  • "Nothing happens, and no errors": Look for missing callbacks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment