Skip to content

Commit

Permalink
Show how to automatically reattach (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
vazexqi committed Jul 12, 2024
1 parent 84ab122 commit cf61443
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/articles/local-development-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ etc will be available to help you debug your gateway.
"name": "Zuplo Gateway",
"type": "node",
"request": "attach",
"restart": true,
"port": 9229
}
]
Expand All @@ -38,9 +39,6 @@ npx @zuplo/cli dev --debug-port 9229

## Limitations

- Currently the debugger doesn't automatically re-attach to the local gateway
after you have made changes. Click on the green triangle to re-attach the
debugger in VS Code.
- We only support stepping through your own module code. System code provided by
Zuplo are minified and stripped of source maps, so you won't be able to step
through them.

0 comments on commit cf61443

Please sign in to comment.