Re: Can't get debugger to stop at breakpoints in project
Re: Can't get debugger to stop at breakpoints in project
- Subject: Re: Can't get debugger to stop at breakpoints in project
- From: Rick Hoge <email@hidden>
- Date: Thu, 3 Jun 2004 12:43:21 -0400
I am trying to run an Xcode project (Obj-C/Cocoa) in the debugger and
for some reason it won't stop at any of my breakpoints. I am using
the Development build style, with debug symbols ON, unstripped build
set to YES, and optimization turned off. I'm pretty sure it's
something in the build settings, but don't really know these well
enough to find it (have been trying for some time now!).
Another possible reason for the difficulties is that this is actually a
mixed Java/Obj-C Cocoa app and the debugger window displays a message
to the effect that it is starting the Java debugger when the app is
launched. Is it possible that the presence of Java code triggers this
debug mode and prevents the Objective-C breakpoints from being used?
If so, is there a way to force the debugger to run for Objective-C and
not Java?
TIA again,
Rick
Would anyone be able to suggest a reasonably complete checklist of
build settings required for the debugger to work properly? I am able
to launch the app in debug mode, but it will not stop at breakpoints.
The things I've already checked are:
- debug symbols on?
- optimization set to none? (should not prevent seeing breakpoints
anyway)
- unstripped build set to yes? (not sure if this matters...)
Thanks in advance for any suggestions,
Rick
_______________________________________________
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.
_______________________________________________
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.