To view mixed code ,use the SRC command(or press the F3 key).
:SRC
Use P(F10)(是SKIP的缩写) to step over a function call.
Use T(F8) (是STEP)的缩写to step into it.
本文介绍了使用SRC命令查看混合代码的方法,并提供了两种调试技巧:通过P(F10)跳过函数调用,以及使用T(F8)进入函数内部进行详细检查。
To view mixed code ,use the SRC command(or press the F3 key).
:SRC
Use P(F10)(是SKIP的缩写) to step over a function call.
Use T(F8) (是STEP)的缩写to step into it.
1306
729

被折叠的 条评论
为什么被折叠?