mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
docs/ns-debug: typo
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
1b1ae77cc4
commit
3cd348e8b7
1 changed files with 7 additions and 7 deletions
|
|
@ -362,9 +362,9 @@ For example the value `0s` will essentially turn on archive mode. If set to `1h`
|
||||||
|
|
||||||
Returns a printed representation of the stacks of all goroutines. Note that the web3 wrapper for this method takes care of the printing and does not return the string.
|
Returns a printed representation of the stacks of all goroutines. Note that the web3 wrapper for this method takes care of the printing and does not return the string.
|
||||||
|
|
||||||
| Client | Method invocation |
|
| Client | Method invocation |
|
||||||
| :------ | ------------------------------------------ |
|
| :------ | ------------------------------------------------ |
|
||||||
| Console | `debug.stacks(filter *string)` |
|
| Console | `debug.stacks(filter *string)` |
|
||||||
| RPC | `{"method": "debug_stacks", "params": [filter]}` |
|
| RPC | `{"method": "debug_stacks", "params": [filter]}` |
|
||||||
|
|
||||||
### debug_standardTraceBlockToFile
|
### debug_standardTraceBlockToFile
|
||||||
|
|
@ -455,7 +455,7 @@ Stops writing the Go runtime trace.
|
||||||
|
|
||||||
| Client | Method invocation |
|
| Client | Method invocation |
|
||||||
| :------ | ----------------------------------------------- |
|
| :------ | ----------------------------------------------- |
|
||||||
| Console | `debug.stopGoTrace()` |
|
| Console | `debug.stopGoTrace()` |
|
||||||
| RPC | `{"method": "debug_stopGoTrace", "params": []}` |
|
| RPC | `{"method": "debug_stopGoTrace", "params": []}` |
|
||||||
|
|
||||||
### debug_storageRangeAt
|
### debug_storageRangeAt
|
||||||
|
|
@ -741,9 +741,9 @@ Sets the logging verbosity ceiling. Log messages with level up to and including
|
||||||
|
|
||||||
The verbosity of individual packages and source files can be raised using `debug_vmodule`.
|
The verbosity of individual packages and source files can be raised using `debug_vmodule`.
|
||||||
|
|
||||||
| Client | Method invocation |
|
| Client | Method invocation |
|
||||||
| :------ | ------------------------------------------------- |
|
| :------ | --------------------------------------------------- |
|
||||||
| Console | `debug.verbosity(level)` |
|
| Console | `debug.verbosity(level)` |
|
||||||
| RPC | `{"method": "debug_verbosity", "params": [number]}` |
|
| RPC | `{"method": "debug_verbosity", "params": [number]}` |
|
||||||
|
|
||||||
### debug_vmodule
|
### debug_vmodule
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue