# 🐞 Debugging

1 min read, 84 words debuggingdevtoolsvscodeinspectsourcemapsbabel

To debug babel, ensure source-maps are enabled in build.

You can use either of these tools to debug.

  1. learn to use browser devtools (goldstandard)
  2. vscode inbuilt debugger. Very similar to devtools. Infact vscode has chrome devtools as well
  3. JS debugger and watcher features
  4. start console.log() and console.dir(). console API for details

# 🏈 Questions

Subscribe to our Newsletter

If you like my work and think it was helpful kindly support my work


Buy Me A Coffee