
Last chance! 50% off unlimited learning
Sale ends in
debug_traceBlockFromFile
returns a full stack trace of all invoked
opcodes of all transaction that were included in this block using a file
as input.
debug_traceBlockFromFile(file)
String - File containing the Recursive Length Prefix of the block.
Object - Full stack trace of the block.
Other debug functions: debug_backtraceAt
,
debug_blockProfile
,
debug_cpuProfile
,
debug_dumpBlock
,
debug_gcStats
,
debug_getBlockRlp
,
debug_goTrace
,
debug_memStats
,
debug_seedHash
,
debug_setBlockProfileRate
,
debug_setHead
, debug_stacks
,
debug_startCPUProfile
,
debug_startGoTrace
,
debug_stopCPUProfile
,
debug_stopGoTrace
,
debug_traceBlockByHash
,
debug_traceBlockByNumber
,
debug_traceBlock
,
debug_traceTransaction
,
debug_verbosity
,
debug_vmodule
,
debug_writeBlockProfile
,
debug_writeMemProfile
, gethr
# NOT RUN {
debug_traceBlockFromFile('rlp.log')
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab