View Full Version : xcode
chris200x9
Oct 8, 2007, 06:39 PM
ok I have a question about xcode how do I trace through a program like I can do with microsoft studio? and number 2. everytime I try to create in/out files it never works, why is that?
toddburch
Oct 8, 2007, 06:52 PM
Are you getting failures when writing a file, or, you just can't find them? If you can't find them, look in the DEBUG folder (if that is your current build option).
Not sure on #1. I can look. I've been wanting to know how to do this too.
Todd
chris200x9
Oct 8, 2007, 06:56 PM
Are you getting failures when writing a file, or, you just can't find them? If you can't find them, look in the DEBUG folder (if that is your current build option).
Not sure on #1. I can look. I've been wanting to know how to do this too.
Todd
yea...I just couldnt find them.... thanks for the quick reply
toddburch
Oct 8, 2007, 06:59 PM
For the debug, first click in the left margin to set a breakpoint. Then, you can click DEBUG in the XCode Menu bar. When you get the little window shown below, click on the can of bug killer to run to your breakpoint. Then, click and experiment.
Todd
chris200x9
Oct 8, 2007, 07:12 PM
I still don't get it... I created a simple cin x
x++ program just to test it and I don't know how to get it to run so that i put in x then trace it getting incremented
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.