Re: Running without the debugger
Re: Running without the debugger
- Subject: Re: Running without the debugger
- From: Christiaan Hofman <email@hidden>
- Date: Wed, 2 Jun 2010 11:51:33 +0200
On Jun 2, 2010, at 11:37, Ben Haller wrote:
> Hi! I suspect this is an incredibly stupid question, but I can't find an answer in Google or in past messages, so here goes. I've just started using Xcode 3.2.1 (I'm avoiding 3.2.2 as per the advice on this list); I was on 3.1.3 before. I'm mystified by the fact that I no longer seem to be able to run my app without it being under the debugger. Doing "Run" or "Run - Breakpoints Off" under the Run menu both give me a gdb prompt in my console. I just want to run my app, without gdb in the middle (I find gdb too buggy to be worth fighting with except when I'm really stumped by a problem). Is this no longer possible? Or am I missing something blindingly obvious? I tried looking for a pref like "Always run under gdb" and didn't find one...
>
> Thanks!
>
> Ben Haller
> McGill University
AFAIK you can't. However, I don't see your problem. You don't have to interact with gdb yourself, it just runs for you in the background. If you don't have any bugs you don't really notice it, and when there are bugs it will activate the proper controls, which is useful.
Christiaan
_______________________________________________
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