Chapter 10, Debugging Contracts
- Debugging of smart contracts using the Remix editor can be done in two ways – by clicking on the Debug button after executing a transaction, and by copying the hash of the transaction and pasting it in the Debugger tab to start debugging.
- Stack, Memory, Call Stack, Return Value, Global Variable, Storage, Solidity Stack, Locals, and State.