您的位置:首页 > 其它

Tracing and Stepping through the Source Code

2009-02-18 23:52 387 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐