ckb-debugger 1.1.1

Standalone debugger for Nervos CKB
Documentation
1
2
3
4
5
6
7
# Example

- [fib.md]./fib.md: This project profiling data in the format expected by the flamegraph visualization tool.
- [mock_tx.md]./mock_tx.md: We can download a transaction from the network and execute it locally.
- [out_of_memory.md]./out_of_memory.md: If your code triggers OOM, then ckb-debugger will print out the function call stack.
- [print_log.md]./print_log.md: Tracing program execution by printing logs is a common operation.
- [spawn.md]./spawn.md: Introduction for syscall spawn and DSL in mock_tx.json.