Re: "Junk at end of arguments." when setting breakpoint in gdb / xcode
Re: "Junk at end of arguments." when setting breakpoint in gdb / xcode
- Subject: Re: "Junk at end of arguments." when setting breakpoint in gdb / xcode
- From: Jason Molenda <email@hidden>
- Date: Thu, 12 Jun 2008 19:01:28 -0700
On Jun 12, 2008, at 6:31 PM, Dean Tsai wrote:
42init.c
cough cough ahem! A useful detail to mention when a parser is
failing. :)
(gdb) b 42init.c:19
Junk at end of arguments.
Try adding double quotes around it, that seems to be enough for the
parser to figure out what's going on.
(gdb) b "42.c:3"
Reading in symbols for 42.c...done.
Breakpoint 1 at 0x1fe7: file 42.c, line 3.
(gdb)
or `b "42.c":3' if you prefer.
J
_______________________________________________
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