VSCode Debugging: JS Edition

You should be killing bugs like this

So why aren't you?

You're probably

"playing computer in your head"

console.log()

A debugger gives you the bigger picture

Debugger Features

  • Setup
    • Config
    • Running
  • Breakpoints
    • Function Breakpoints
    • Condition Breakpoints
    • Hit count Breakpoints
    • Stepping through code
  • Data Inspection
    • Variable
    • Call Stack
    • Watch
  • Debug Console

Thank You!

Made with Slides.com