VSCode debug task for debugging main process
Summary: Just a small task to make debugging of the main process easier Reviewed By: jknoxville Differential Revision: D19792592 fbshipit-source-id: 9d1060dbb58a01615230bff2361144cfc88e41b7
This commit is contained in:
committed by
Facebook Github Bot
parent
991b00f163
commit
99d4d44957
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -9,6 +9,12 @@
|
||||
"webRoot": "/",
|
||||
"url": "http://localhost:3000/index.dev.html"
|
||||
},
|
||||
{
|
||||
"name": "Attach to Running Main",
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"port": 9229
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
|
||||
Reference in New Issue
Block a user