Add debug config
This commit is contained in:
parent
2b2dba6073
commit
121055cae4
1 changed files with 13 additions and 9 deletions
22
.vscode/launch.json
vendored
22
.vscode/launch.json
vendored
|
|
@ -1,5 +1,12 @@
|
||||||
{
|
{
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Attach",
|
||||||
|
"port": 9229,
|
||||||
|
"request": "attach",
|
||||||
|
"skipFiles": ["<node_internals>/**"],
|
||||||
|
"type": "pwa-node"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Nodemon",
|
"name": "Nodemon",
|
||||||
"program": "${workspaceFolder}/main.js",
|
"program": "${workspaceFolder}/main.js",
|
||||||
|
|
@ -34,17 +41,14 @@
|
||||||
"--",
|
"--",
|
||||||
"-h",
|
"-h",
|
||||||
"0.0.0.0",
|
"0.0.0.0",
|
||||||
|
"--trace-warnings",
|
||||||
|
"--max-old-space-size=4096",
|
||||||
"-c",
|
"-c",
|
||||||
"-s",
|
|
||||||
"9835",
|
|
||||||
"-l",
|
|
||||||
"127.0.0.1:10001",
|
|
||||||
"-r",
|
|
||||||
"localhost:9735",
|
|
||||||
"-m",
|
|
||||||
"/home/danlugo92/.polar/networks/1/volumes/lnd/alice/data/chain/bitcoin/regtest/admin.macaroon",
|
|
||||||
"-d",
|
"-d",
|
||||||
"/home/danlugo92/.polar/networks/1/volumes/lnd/alice/tls.cert"
|
"C:\\Users\\Predator\\AppData\\Local\\Lnd\\tls.cert",
|
||||||
|
"-m",
|
||||||
|
"C:\\Users\\Predator\\AppData\\Local\\Lnd\\data\\chain\\bitcoin\\mainnet\\admin.macaroon",
|
||||||
|
"--tunnel"
|
||||||
],
|
],
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"skipFiles": ["<node_internals>/**"],
|
"skipFiles": ["<node_internals>/**"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue