Learn R Programming

gethr (version 0.1.0)

debug_traceBlockFromFile: Full trace of a block using a file as input.

Description

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.

Usage

debug_traceBlockFromFile(file)

Arguments

file

String - File containing the Recursive Length Prefix of the block.

Value

Object - Full stack trace of the block.

See Also

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

Examples

Run this code
# NOT RUN {
debug_traceBlockFromFile('rlp.log')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab