Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MickeyT

macrumors member
Original poster
Hello all

Is there a way to step through code in Xcode? For example, in VBA the button is F8 I think - is there an equivalent where you can press a key and pass over a line of code a line at a time? I tried different "Step..." options from one of the menus but it didn't seem to do anything.

Thanks
 
Have you read the XCode Debugging Guide?

The basic idea is to set a break point, build a debug build and run it with the debugger attached. When it hits your breakpoint the various step into options will be available.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.