How to debug react app in VSCode

Author: maxime-aubryCreated Oct 11, 2023Updated Feb 9, 2025

Hello.

I would like to debug my react app into VSCode and Chrome. Everything i tried has failed.

Here is my command line into package.json :

json
"scripts": {
"start": "env-cmd -f .env.a-env react-app-rewired start",
},

Could you help me please ? Thanks.

Source: timarney/react-app-rewired