Skip to content

Commit 5952f8c

Browse files
committed
docs
1 parent a83a900 commit 5952f8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book/src/framework/components/debug.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Use `RESTY_DEBUG=true` to debug any API calls.
1010

1111
Use `SETH_LOG_LEVEL=trace|debug|info|warn` to debug [Seth](../../libs/seth.md).
1212

13-
## Using Delve
14-
15-
All `dlv` debuggers are exposed on ports `40000, 40001, 40002 ...`
13+
## Using Delve Debugger
1614

15+
If you are using `Chainlink` image with [Delve](https://github.com/go-delve/delve) available in path you can use ports `40000..400XX` to connect to any node.

book/src/framework/components/state.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ When deploying a component, you can explicitly configure port ranges if the defa
99
Defaults are:
1010
- [NodeSet](../components/chainlink/nodeset.md) (Node HTTP API): `10000..100XX`
1111
- [NodeSet](../components/chainlink/nodeset.md) (Node P2P API): `12000..120XX`
12+
- [NodeSet](../components/chainlink/nodeset.md) (Delve debugger): `40000..400XX` (if you are using debug image)
1213
- Shared `PostgreSQL` volume is called `postgresql_data`
1314
```
1415
[nodeset]

0 commit comments

Comments
 (0)