mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
parent
b3a2e3e950
commit
65c9a0393f
1 changed files with 2 additions and 2 deletions
|
|
@ -374,8 +374,8 @@ Returns a printed representation of the stacks of all goroutines. Note that the
|
|||
|
||||
| Client | Method invocation |
|
||||
| :------ | ------------------------------------------ |
|
||||
| Console | `debug.stacks()` |
|
||||
| RPC | `{"method": "debug_stacks", "params": []}` |
|
||||
| Console | `debug.stacks(filter *string)` |
|
||||
| RPC | `{"method": "debug_stacks", "params": [filter]}` |
|
||||
|
||||
### debug_standardTraceBlockToFile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue