Re: No Editor in Xcode 2.0 debugger
Re: No Editor in Xcode 2.0 debugger
- Subject: Re: No Editor in Xcode 2.0 debugger
- From: Heath Raftery <email@hidden>
- Date: Fri, 13 May 2005 09:13:32 +1000
On 13/05/2005, at 6:50 AM, <email@hidden> wrote:
I was trying to step through some sample programs I have. When I
opened the programs in the debugger I was not able to see the source
code. The bottom window simply says "No Editor".
Does anybody know how I can correct this?
The debugger wont show a source file until it actually breaks at a
point in the code - until then it doesn't know which source file to
show! Try putting a breakpoint in your code somewhere (click in the
gutter of your source code editing window) and running the debugger
again. Make sure your application executes the line you set the
breakpoint at, and observe that the debugger opens that source file
with the PC at your breakpoint.
Heath
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden