ICON2
Search
⌃K
What is ICON?
Getting Started
How to run a local network
Setting up a local network
Decentralizing a local network
Debugging a local network
How to run a Validator node
How to run an API Endpoint
How to create a wallet account
How to write a smart contract
How to use the JSON-RPC API
🔀
xCall
What is xCall?
Getting started
Build with xCALL
Quickstart
Guides
Explanations
Concepts
Economics
Governance
Network
Blockchain components
Decentralized applications (dApps)
Standards
ICON Stack
Intro to the stack
ICON execution environments
Smart contracts
ICON networks
Client APIs
Accounts and authentication
Storage
IDEs
Cross-Chain Communication
Blockchain Transmission Protocol (BTP)
ICON Bridge
Support
Support
Security
Advanced topics
Release notes
2022-04-11
2021-12-23
2021-12-20
2021-12-10
2021-12-07
2021-10-22
2021-10-12
2021-03-20
2021-03-04
2021-02-17
2020-09-03
2020-08-27
2020-08-23
2020-08-10
2020-04-08
2020-01-28
2019-12-19
Powered By GitBook

Debugging a local network

Enable debug_getTrace RPC method

The debug_getTrace RPC method allows a developer to get a trace call of a transaction execution for debugging purposes, this configuration can be enable once the node is running by executing the following command using the goloop cli
goloop system config rpcIncludeDebug true
Previous
Decentralizing a local network
Next - Getting Started
How to run a Validator node
Last modified 3mo ago