Conditional breakpoints
Conditional breakpoints
- Subject: Conditional breakpoints
- From: Raphael Sebbe <email@hidden>
- Date: Mon, 20 Sep 2004 13:54:33 +0200
Just to tell I just found a way to set conditional breakpoints in
Xcode. Add a symbolic breakpoint using this syntax:
main.c:17 if (i==32)
where 17 is the line numer and follows the condition to be met to break.
I guess it is passed as is to GDB.
Raphael
_______________________________________________
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