DevTools is a tool that enables you to carry out step-by-step debugging. We will learn how to use Google Chrome developer tools (also known as DevTools ) to debug any JavaScript application effortlessly. The Greet Me app asks for your name and invites you to submit a ‘wish’ which will be used to deliver your own personalized greeting.
Table of contents
IntroductionWhat are we debugging today?Know about the Sources panelSet up breakpointsStep through the Source CodeInspect Scope, Call Stack, and ValuesLet’s WatchDisable & Remove BreakpointsFinally, The FixDebug JavaScript with Visual Studio CodeUnderstanding debugger panelsA quick demoSort: