Skip to content

Commit

Permalink
Added debugger support
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed May 10, 2022
1 parent 5eef4bf commit a7c908f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 12,737 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Docker: Attach to Node",
"type": "node",
"request": "attach",
"remoteRoot": "/app",
"port": 9229,
"address": "localhost",
"localRoot": "${workspaceFolder}",
"restart": true
}
]
}
Loading

0 comments on commit a7c908f

Please sign in to comment.