2008年6月10日 星期二

xcode debug

step over:
execute the function and move to the line after function

step into:
execute the function and move to the body of the function

step out:
originally in the function, execute the function and move to the line after function

continue:
continue program execution

沒有留言: