Step through lines

Hi,

Can someone tell me how to step through lines in Xcode when you run an ASOC program. I’m thinking that you need to do something before you run the program.

Thanks,
kel

Sadly, you can’t. There is no ASObjC debugger within Xcode. If the code is standalone, you can use one my Explorers, but not in-situ.

Hi Shane,

I was thinking that MPW used to have that stepping function so it might be in Xcode somewhere.

Thanks a lot,
kel

You can step through Objective-C and C code all right, just not ASObjC code.