Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在调试汇编代码。我使用 stepi,但它会进入被调用者。当源代码可用时,如何像使用“n”一样跳过调用指令?
很简单:nexti就是stepi原样nextstep
nexti
stepi
next
step