Skip navigation.
 
mlRe: Debugging Cocoa Apps
FROM : Mike Jackson
DATE : Tue Dec 03 20:05:56 2002

Turned off all Optimization, and checked the development build style. Still
having problems.

And About the OF Frameworks, I never debug down into OF Frameworks, but am
simply trying to debug my own code.

I think I will separate out my code and make a new project and see if the
problem persists. Then at least I can figure out if OF has anything to do
with it.

Thanks
Mike
On 12/03/2002 11:30, "John McGruer" <<email_removed>> wrote:

> This could be indicating you've got the"Deployment" build style
> selected. Select the "Targets" tab (in PB); click the "Build Styles"
> disclosure triangle; check you've selected "Development". Hope this
> helps...
>
> John
>
> On Tuesday, Dec 3, 2002, at 22:57 Asia/Hong_Kong, Mike Jackson wrote:
>

>> Sorry in advance if this has already been asked but a search through
>> the
>> archives didn't reveal anything.
>>
>> Coming over from Java, I am starting learn Obj-C. I have a small app
>> that is
>> working fine but I have a question about debugging. Maybe the
>> following is
>> normal for Obj-C but is new to me.
>>
>> When I debug stepping to the next line of code sometimes takes me back
>> a few
>> lines instead, or maybe forward a few lines, then stepping again
>> (using the
>> PB Gui) might bring me back to the line of code I was on, or it might
>> actually go to the next line of code, very inconsistent.
>>
>> I have never seen something like this when I was coding with java, but
>> like
>> I said, this is my first foray into Obj-C. Is this normal or is
>> something
>> completely messed up with my Dev Env?
>>
>> OS X 10.2.2 + July Dev tools + August and Oct Patches.
>> The App contains Omni Groups Frameworks also if that means anything.
>>
>> Thanks for any help/Pointers
>> Mike Jackson
>> _______________________________________________
>> cocoa-dev mailing list | <email_removed>
>> Help/Unsubscribe/Archives:
>> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>> Do not post admin requests to the list. They will be ignored.

> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlDebugging Cocoa Apps Mike Jackson Dec 3, 15:57
mlRe: Debugging Cocoa Apps Chris Ridd Dec 3, 16:14
mlRe: Debugging Cocoa Apps Mark Woollard Dec 3, 16:14
mlRe: Debugging Cocoa Apps Julian Barkway Dec 3, 16:20
mlRe: Debugging Cocoa Apps John McGruer Dec 3, 17:30
mlRe: Debugging Cocoa Apps Mike Jackson Dec 3, 20:05
mlRe: Debugging Cocoa Apps Simon Stapleton Dec 4, 13:55