Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Fwd:Nacl-gdb and eclipse cdt integration

On Tue, Jul 6, 2010 at 2:09 PM, Mikhail Khodjaiants
<mikhailkhod@xxxxxxxxxxxxxx> wrote:
> On 06/07/2010 1:42 PM, Doug Schaefer wrote:
>>
>> I guess what I am really thinking about is a CDebugger type thing,
>> possibly more focused on launching than the actual debugger interface.
>> And maybe even focused exclusively on gdb. The cases I'm seeing is
>> really just the need to run commands at start up in a certain order as
>> well as launching the right gdb executable.
>>
>>
>
> Isn't it better to write a special launch configuration delegate for it?

They key requirement is "simple", that can be done with tool
integrators without needing intimate knowledge of Eclipse's weirdisms.
It's the same as we have with managed build. Sure they could write a
special Incremental Project Builder but that misses the target. I'd
suggest that a special launch configuration misses as well.


Back to the top