Debugger library

Niko Sams niko.sams at gmail.com
Sun Mar 15 16:32:50 UTC 2009


On Sun, Mar 15, 2009 at 5:09 PM, Aleix Pol <aleixpol at kde.org> wrote:
> On Sun, Mar 15, 2009 at 5:04 PM, Niko Sams <niko.sams at gmail.com> wrote:
>>
>> >> The start might have to stay - as a way to say with which debugger the
>> >> target should
>> >> be started.
>> >
>> > Shouldn't this rather be a property of the "run configuration" (probably
>> > an
>> > implicit thing, hidden from the user depending on the actual run type
>> > thats
>> > being created).
>> Hmm, currently this defined though IRun::setInstrumentor("xdebug"). But
>> one C++ target should be run by different RunProviders (default, gdb,
>> valgrind) - however
>> not xdebug. A php target by default and xdebug.
>> So we need an api to find the possible RunProviders for a target.
>
> Well, for now we can have 1 Start action per debugger, don't you think?
sure - that's what I have done

Niko




More information about the KDevelop-devel mailing list