Tracing and Stepping through the Source Code

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.

你可能感兴趣的:(function,command)