Skip to content

Repository accompanying the life coding session for the chrome dev tools lecture in Code Master 2020 - Talent Garden

Notifications You must be signed in to change notification settings

alexpartsch/codemaster-2020-chrome-dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Debugging?

Finding/solving issues in our code. Systematic approach to it. It gives an introspection of our running code.

What’s the most basic tools we can use for JS debugging?

console.log variables

Browser Console

What is a breakpoint?

Interrupt the algorithm, hook into a specific line and see the states of all data at this moment of time.

What parts of our application can a debugger help us debug?

  1. Server code (Javascript)
  2. Client logic (Javascript)

About

Repository accompanying the life coding session for the chrome dev tools lecture in Code Master 2020 - Talent Garden

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published