Re: Xcode debugging UI question
Re: Xcode debugging UI question
- Subject: Re: Xcode debugging UI question
- From: email@hidden
- Date: Sun, 7 Aug 2005 18:21:24 -0700
In Xcode 2.1 the breakpoint panel displays a '-' in the enable check-box while debugging if you have requested a breakpoint but the debugger has not yet set it (i.e. it is still 'pending', the debugger has not located that symbol or file and line location yet). Since you are debugging on a platform that support dynamic libraries and bundles it is expensive to determine that the executable will not load a piece of code at sometime in the future that will allow that breakpoint to be set.
-ChrisF On Aug 4, 2005, at 2:35 AM, Andreas Grosam wrote:
Hmm, sounds like you are debugging a binary that has no debugging info at all. Really we need to show a warning sheet in this case (since you might want to do it, but likely not).
If there are breakpoints set, and the debugger will not break at them, we should really get a warning.
Andreas
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden