Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

debug react vscode

// inside folder .vscode, in the launch.json file
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost:3000",
            "webRoot": "${workspaceFolder}"
        }
    ]
}
Source by www.luiztools.com.br #
 
PREVIOUS NEXT
Tagged: #debug #react #vscode
ADD COMMENT
Topic
Name
9+1 =