• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Debugger can't see fields of instance -- Xcode barfs to stderr
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Debugger can't see fields of instance -- Xcode barfs to stderr
      • From: Andrew Duncan <email@hidden>
  • Prev by Date: Re: Keyboard shortcut to change editor focus ?
  • Next by Date: Re: Debugger can't see fields of instance -- Xcode barfs to stderr
  • Previous by thread: Accessing NSArrayController's data from PB code in a non-NSDocument Cocoa app.
  • Next by thread: Re: Debugger can't see fields of instance -- Xcode barfs to stderr
  • Index(es):
    • Date
    • Thread