Re: I added an exception breakpoint to my app...

2012-02-24 Thread R
Thanks Ken On Feb 24, 6:04 am, Ken Thomases wrote: > Kyle misunderstood what you were asking. > > The debugger is simply reporting that it found the proper place to set the > breakpoint.  It resolved from a symbol to an address. > > Nothing has actually happened.  No exception was raised or caug

Re: I added an exception breakpoint to my app...

2012-02-24 Thread Ken Thomases
Kyle misunderstood what you were asking. The debugger is simply reporting that it found the proper place to set the breakpoint. It resolved from a symbol to an address. Nothing has actually happened. No exception was raised or caught. The breakpoint has not yet been hit. The debugger is jus

Re: I added an exception breakpoint to my app...

2012-02-24 Thread R
Note that the exception was "resolved"... nothing to continue or log as far as I can tell On Feb 22, 11:17 pm, Kyle Sluder wrote: > On Wed, Feb 22, 2012 at 7:53 AM, R wrote: > > and now see: > > > Catchpoint 2 (throw)Pending breakpoint 1 - "objc_exception_throw" > > resolved > > > No further de

Re: I added an exception breakpoint to my app...

2012-02-24 Thread R
I created a single view application in Xcode 4, no additions, just the boilerplate template. The same exception was noted. Maybe an Xcode bug? thanks --R On Feb 22, 11:17 pm, Kyle Sluder wrote: > On Wed, Feb 22, 2012 at 7:53 AM, R wrote: > > and now see: > > > Catchpoint 2 (throw)Pending bre

Re: I added an exception breakpoint to my app...

2012-02-23 Thread Kyle Sluder
On Wed, Feb 22, 2012 at 7:53 AM, R wrote: > and now see: > > Catchpoint 2 (throw)Pending breakpoint 1 - "objc_exception_throw" > resolved > > > No further details.  The app appears to be fine with no errors or > warnings.  Is this a problem? > > (SnowLeopard Xcode 4) This the result of some non-o

I added an exception breakpoint to my app...

2012-02-22 Thread R
and now see: Catchpoint 2 (throw)Pending breakpoint 1 - "objc_exception_throw" resolved No further details. The app appears to be fine with no errors or warnings. Is this a problem? (SnowLeopard Xcode 4) ___ Cocoa-dev mailing list (Cocoa-dev@lists.