• 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
Re: Attaching to the debugger programatically
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Attaching to the debugger programatically


  • Subject: Re: Attaching to the debugger programatically
  • From: Matt Gough <email@hidden>
  • Date: Thu, 30 Mar 2006 16:31:05 +0100


On 30 Mar 2006, at 16:02, James Bucanek wrote:

I like the way that XCode now automatically takes me into the
debugger when my app crashes when I have not run it from the debugger
initially (via Auto-attach debugger to crash). I was wondering if
there is a way to kick-start this debugger attachment without having
to do something that will crash the app (i.e I want to continue on
afterwards).

I was hoping that maybe calling Debugger() would do it, but alas not.

See the Debug > Attach menu.


Sorry, I should have explained better. I want to be able to do this from within the running app itself. E.g:

if (somethingUnexpected)
    AttachAndDropIntoDebugger();

Matt
_______________________________________________
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


References: 
 >Re: Attaching to the debugger programatically (From: James Bucanek <email@hidden>)

  • Prev by Date: using namespace in xcode and dev-c++
  • Next by Date: Breaking into debugger with key press while running GUI app
  • Previous by thread: Re: Attaching to the debugger programatically
  • Next by thread: using namespace in xcode and dev-c++
  • Index(es):
    • Date
    • Thread