Re: xcode/gdb automation
Re: xcode/gdb automation
- Subject: Re: xcode/gdb automation
- From: Adrian Bool <email@hidden>
- Date: Thu, 15 Jan 2004 14:25:29 +0100
Hi James,
Try creating a .gdbinit file with your commands in.
I'm not sure if ~/.gdbinit or one of the build directories is best
though...
Regards,
aid
On 15 Jan 2004, at 03:57, James Gregurich wrote:
howdy!
I'm debugging a curses application in xcode and I issue the following
commands each time to get the debugger to use an external terminal:
tty /dev/ttyp2
set environment TERM = vt100
question: is there any way to automate these settings in each gdb
session xcode starts for that target before the application runs in the
debugger?
thanks,
James
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.