> For the complete documentation index, see [llms.txt](/llms.txt).

# HyperEVM debug methods

The debug API methods allow you to inspect and debug the network. Infura supports the following debug methods on the HyperEVM mainnet:

- [debug_traceCall](/services/reference/hyperevm/json-rpc-methods/debug/debug%5Ftracecall/)
- [debug_traceBlockByHash](/services/reference/hyperevm/json-rpc-methods/debug/debug%5Ftraceblockbyhash/)
- [debug_traceBlockByNumber](/services/reference/hyperevm/json-rpc-methods/debug/debug%5Ftraceblockbynumber/)
- [debug_traceTransaction](/services/reference/hyperevm/json-rpc-methods/debug/debug%5Ftracetransaction/)

info

HyperEVM only supports the **latest block** view. In practice, block parameters must be `latest` and block hashes must refer to the latest block.
