Debugger can't see fields of instance -- Xcode barfs to stderr
Debugger can't see fields of instance -- Xcode barfs to stderr
- Subject: Debugger can't see fields of instance -- Xcode barfs to stderr
- From: Andrew Duncan <email@hidden>
- Date: Fri, 23 Jul 2004 10:12:23 -0700
One of the arguments (named "image") to the method I am debugging is an
object pointer. When I click its disclosure triangle, Xcode logs this
message to stderr:
2004-07-23 10:06:59.094 Xcode[476] [PBXGDB_Adaptor(0xf79d540)
errorForMICommand:errorMessage:]:
error in executing MI command: PBXGDB_MIGetChildrenVarObjCommand;
'-var-list-children "var80" 2';
error msg: Type ECImage has no component named ECImage.
The debugger console echoes that error message.
Trying "po image" with the console yields:
Program received signal SIGINT, Interrupt.
[Switching to process 1996 local thread 0xd03]
0x900074c8 in mach_msg_trap ()
The program being debugged was signaled while in a function called from
GDB.
GDB has restored the context to what it was before the call.
To change this behavior use "set unwindonsignal off"
Evaluation of the expression containing the function
(_NSPrintForDebugger) will be abandoned.
Any suggestions here? Pretty hard to do development under these
circumstances.
Andrew
_______________________________________________
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.