- Personal debugging workflow - Don’t Write Bugs! - Although… - the opposite is true - the artifact of writing software is fixing bugs - gives you experience - no silver bullet to debugging - you need to pick and chose the right tools - debugging helps you to identify issues earlier - Disclaimer 1: Frameworks? - Don’t have a project that required frameworks. - Tools I use are not for frameworks - For react: It brings it own debugging tool, because it has to as it is so abstract. - Discl...