Re: Debugger: executable path is nil!
Re: Debugger: executable path is nil!
- Subject: Re: Debugger: executable path is nil!
- From: glenn andreas <email@hidden>
- Date: Wed, 3 May 2006 10:47:28 -0500
On May 3, 2006, at 10:41 AM, Ondra Cada wrote:
Chuck,
On May 3, 2006, at 5:04 PM, Chuck Connell wrote:
I guess this debugger is really tripping me up. I have built and
run a program. There is one source file and one executable in the
project. I can do Run Executable, and it runs fine. Sometimes when
I do Debug Executable, I get the above error. How is this
possible? The project knows what my executable is, since Xcode can
run it... What is going on here?
Debugger is all right, this is one of recent Xcode quirks: the
thing knows of the executable all right, but sometimes sends nil to
the debugger instead (known bug, AFAIK). Quit and re-launch Xcode
(should help for the moment), and hope it will be fixed in next
release :)
You can also launch the program (via Run Executable) and then attach
the debugger afterwards (via the Debug > Attach > (your app) menu).
Doesn't help if you're trying to debug a startup problem (or if
you're making a command line tool), but works great for everything
else (I've all but given up using "Debug Executable" because of this
problem and the fact that you can just attach as needed, and ends up
being faster if you don't need the debugger)
Glenn Andreas email@hidden
<http://www.gandreas.com/> wicked fun!
Widgetarium | the quickest path to widgets
_______________________________________________
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