• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: No Editor in Xcode 2.0 debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >No Editor in Xcode 2.0 debugger (From: <email@hidden>)

  • Prev by Date: Re: Predictive compilation hangs and/or crashes?
  • Next by Date: linking a dynamic lib against IOKit framework project
  • Previous by thread: No Editor in Xcode 2.0 debugger
  • Next by thread: Adjusting the greenish portion of the background
  • Index(es):
    • Date
    • Thread