Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Introduction to debugging

Nikolaj Ivancic edited this page Apr 6, 2021 · 12 revisions

Meta:

1. Read Using React in Visual Studio Code as the basic intro.

2. Google Chrome Developer Tools Crash Course is likely the best tutorial for browser-based debugging using the Chrome Developer tools

3. Read Debug Adapter Protocol article. Continue with vscode-js-debug.

4. Read Live edit and debug your React apps directly from VS Code — without leaving the editor.

5. Read Webpack 4 documentation.


Introduction to debugging

Since this whole document is written for RWJS application developers using Windows OS as the development platform, we will limit this tutorial to debugging with VSCode (see items above in the meta section)