[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] Slow setup for a debug session
|
>
>
> Hallo,
>
A l'eau
> We are using the Eclipse / CDT IDE as a Gnu based software development tool
> for our embedded realtime operating system. We are planning to move to CDT
> 2.0.x and tested the CDT 2.0.2 version. With this version (we run on Windows
> XP with cygwin) we have the following problem:
>
> We use the debug menu selection to set up a connection to a remote gdb
> server running on our realtime target. We recognized, that it takes very
> long to enter the parameters for the debug session (.e.g, writing the string
> for the gdb path you can only type one character every other second).
> Starting the debug session and working within the debug session seems to be
> o.k.
>
> Did somebody else see this problem, too?
>
This is news to us(me).
Entering the GDB path in the SWT textField should not be slow.
The gdb path is grab and save in the launch metadata, there is no
extra processing.
If you instead use the "Browse" button to find gdb, is it faster?
You may want to follow/track this with a Bugzilla PR.