單步調試初步

轉自:http://wenku.baidu.com/link?url=Xtcm-e6_4MkK3-bAwhvv-CsSxus_TFIfcrX-KawWSiWnM-RrL5N9MK5jZTC-sZEBlqxOzdgP5SXyPuhDY6sF_C1q_ftsAIdWZ3fiAopvnKy函數

 

step into/step out/step over的區別
step into就是單步執行,遇到子函數就進入而且繼續單步執行;url

step over是在單步執行時,在函數內遇到子函數時不會進入子函數內單步執行,而是將子函數整個執行完再中止,也就是把子函數整個做爲一步。spa

step out就是但單步執行到子函數內時,用step out就能夠執行完子函數餘下部分,並返回到上一層函數。.net

step into:進入子函數
step over:越過子函數,但子函數會執行
step out:跳出子函數。調試

 

CodeBlocks調試功能快捷教程:http://blog.csdn.net/sxhelijian/article/details/15026159

相關文章
相關標籤/搜索