On Apr 23, 2009, at 12:05 AM, Kiran Kumar S wrote:

These are the lines of code i got blocked

1. When Remote Machine is not in Network

553 -[PXDistributedObjectsClient serverObjectWithReestablishingConnection]
                553 -[PXDistributedObjectsClient serverObject]
                        553 _CF_forwarding_prep_0 553 ___forwarding___
                                553 -[NSDistantObject forwardInvocation:]
                                        553 -[NSConnection 
sendInvocation:internal:]
                                                553 -[NSConnection 
sendInvocation:internal:]

Hmm. I was wrong to suggest sampling. I doesn't resolve to specific lines of code, just functions/methods. Better to break into the program using the debugger (Control-c if using gdb directly, the Pause button in Xcode's debugger) to get the specific line within the - serverObject method.

Of course, line numbers won't be meaningful to me without your whole source file, so just show the contents of the line.

Regards,
Ken

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to