Re: xcode/gdb automation
Re: xcode/gdb automation
- Subject: Re: xcode/gdb automation
- From: James Gregurich <email@hidden>
- Date: Thu, 15 Jan 2004 08:57:02 -0800
thanks for the tip. unfortunately, xcode appears to change the tty setting again after using my .gdbinit file. so, I get vt100 codes in the debugger drawer. I suppose I'll just have to keep setting that one manually.
-James
On Thursday, January 15, 2004, at 05:25AM, Adrian Bool <email@hidden> wrote:
>
>
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.