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": [
|
||||
{
|
||||
"name": "Attach",
|
||||
"port": 9229,
|
||||
"request": "attach",
|
||||
"skipFiles": ["<node_internals>/**"],
|
||||
"type": "pwa-node"
|
||||
},
|
||||
{
|
||||
"name": "Nodemon",
|
||||
"program": "${workspaceFolder}/main.js",
|
||||
|
|
@ -34,17 +41,14 @@
|
|||
"--",
|
||||
"-h",
|
||||
"0.0.0.0",
|
||||
"--trace-warnings",
|
||||
"--max-old-space-size=4096",
|
||||
"-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",
|
||||
"/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",
|
||||
"skipFiles": ["<node_internals>/**"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue