打印

sky 的单步为何没有指令回显

sky 的单步为何没有指令回显

使用stepi指令的时候,只显示当前指令的地址,没有指令回显,调起来费劲,不知是不使的不对,还是说就没有这个功能

TOP

Yes, that is gdb feature that not automatically display the instruction executed.You can disassembly some instrutions in an adress range.

TOP