Home

Setting Up VSCode Debugging for React + Chrome

Resources

  1. VSCode documentation

tl;dr

Run cmd + p, type debug and select Setup new configuration and set the configuration to be Chrome and save the localhost config options to point to localhost 3000 (or whatever port you want).

Repository

https://github.com/okeeffed/developer-notes-nextjs/content/vscode/debugging-react-chrome-vscode-settings

Sections


Related