ckb-debugger 1.1.1

Standalone debugger for Nervos CKB
Documentation
1
2
3
4
5
6
7
8
9
file exec_caller
target remote 127.0.0.1:9999
b __internal_syscall
c
c
file exec_callee
b _start
c
l