Re: How to debug a bundle?
Re: How to debug a bundle?
- Subject: Re: How to debug a bundle?
- From: Jim Ingham <email@hidden>
- Date: Tue, 18 May 2004 10:03:00 -0700
Under Xcode, open your project, and in the Projects menu, select "New
Custom Executable". Then select the app that is loading your bundle.
When you run in the debugger, Xcode will run that app. When your
plugin gets loaded, gdb will insert all your breakpoints, etc...
Jim
On May 18, 2004, at 7:18 AM, Jeff DuMonthier wrote:
This may be a simple question, but I didn't see a simple answer when I
looked through the documentation or searched previous posts. I am
building a plugin bundle which crashes the app immediately on loading
it. The same code built with PB under 10.2.8 worked. How can I use
gdb to debug the bundle being loaded into an application which I don't
have the source for.
-Jeff DuMonthier
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
--
Jim Ingham email@hidden
Developer Tools
Apple Computer
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.