Tag: Debugging
-
How to Debug a Broken Web App: A Noob’s Guide to Token Hell
Settings page broken. JSON parse error. Redirect loop. Token issue. Here’s exactly how I traced a production bug from browser error to root cause, using nothing but curl, browser devtools, and patience. No guesswork — just methodical debugging.
-
Debugging Angular with VS Code and Firefox
Everyone has their own preference when it comes to debugging. Here is what has worked well for me! This example is based on a new angular application. If you would like to know how to get started with angular – head over here: https://code.visualstudio.com/docs/nodejs/angular-tutorial If you would like to clone the repo and give it…