Re: howto break into debugger
Re: howto break into debugger
- Subject: Re: howto break into debugger
- From: Eric Albert <email@hidden>
- Date: Mon, 7 Nov 2005 13:56:37 -0800
On Nov 7, 2005, at 12:28 PM, Simon Strandgaard wrote:
Is there something similar for mac, as this x86 code?
#define BREAK_INTO_DEBUGGER() asm{ int 3 }
If you want an asm alternative to the APIs other folks have pointed
you to:
#define BREAK_INTO_DEBUGGER() asm{ trap }
Hope this helps,
Eric
_______________________________________________
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