Re: Running without the debugger
Re: Running without the debugger
- Subject: Re: Running without the debugger
- From: Christiaan Hofman <email@hidden>
- Date: Thu, 3 Jun 2010 11:34:48 +0200
On Jun 3, 2010, at 11:27, Ben Haller wrote:
> On 2-Jun-10, at 12:08 PM, Matt Neuburg wrote:
>
>> On Wed, 2 Jun 2010 05:37:51 -0400, Ben Haller <email@hidden>
>> said:
>>> 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?
>>
>> There is no longer a strong distinction between running and debugging. It's
>> merely a question of whether breakpoints are activated (obeyed) or not. I'd
>> describe this as a major plus. I don't think gdb is in any important sense
>> "in the middle" when running without breakpoints. If you really hate it
>> (e.g. you just want to launch faster), I suppose you could double-click the
>> Product.
>
> It is generally a question of wanting to launch faster, yes. And wanting to launch without having to tell gdb to run; at present, it seems I need to open the console window and type "r <return>", which is an extra step. I like having very fast turnaround time from making a change to seeing my change running in my app, so having to keep telling gdb "yes, I really do want you to run my program, that's why I told you to run it" gets a bit old. Maybe there's a way to circumvent the need for that step?
>
> Thanks!
>
> Ben Haller
> McGill University
I never need to do anything. Maybe it's trying to tell you that you have some problem in your app?
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