• 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
Confusion over erratic behavior in Xcode debugging
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Confusion over erratic behavior in Xcode debugging


  • Subject: Confusion over erratic behavior in Xcode debugging
  • From: Chase Meadors <email@hidden>
  • Date: Sun, 23 Aug 2009 15:45:04 -0500

This issue has been bothering me. I'm experience some weird behavior when debugging with Xcode with breakpoints. Basically, the highlighted current code line seems to jump around erratically. It's almost like it has to go through a declaration/initialization twice to actually register it.

Secondly, when this kind of behavior appears, I get these messages when attempting to print items to the console (through right-click "print description to console")

Printing description of bytes:
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 (CFShow) will be abandoned.
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 (CFShow) will be abandoned.


Printing description of bytes:
A syntax error in expression, near `value)'.
A syntax error in expression, near `value)'.

Maybe I'm doing something wrong. Any ideas what causes this behavior?

-Thanks, Chase
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Confusion over erratic behavior in Xcode debugging
      • From: "I. Savant" <email@hidden>
  • Prev by Date: Re: Making an NSTableView Display Articles From An RSS Feed.
  • Next by Date: Re: Confusion over erratic behavior in Xcode debugging
  • Previous by thread: Re: Running shell scripts as root.
  • Next by thread: Re: Confusion over erratic behavior in Xcode debugging
  • Index(es):
    • Date
    • Thread