KDB是一个功能非常强大的工具,它允许进行几个操作,比如内存和寄存器修改、应用断点和堆栈跟踪。
KDB is a very powerful tool that allows several operations such as memory and register modification, applying breakpoints, and stack tracing.
使用这些GDB增强,您可以看到每次到达断点和执行每步操作时的确切CPU状态。
With these GDB enhancements, you can see the exact state of the CPU every time the breakpoint is reached and with every step operation you execute.
Eclipse支持设置断点,逐步调试代码,检查变量,以及执行其他有用的操作。
Eclipse allows you to set breakpoints, step through code, examine variables, and do other useful stuff.
应用推荐