Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Can not set specific path to GDB on Eclipse 3.3 and CDT 4.0.0

Hi Piotr,

thanks for highlighting this; I was doing my migration to 4.0 the day after your post and it solved my problem too!

Many thanks, john

Piotr Kundu wrote:
Yes, I did and I found the cause to my problems in plugin.xml.
By changing the "debugPage" element to "debuggerPage" in the "extension
point" element I'm back in business on CDT4.0.

Simple, but not very obvious change.

Regards,
Piotr Kundu

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx on behalf of Doug Schaefer
Sent: Fri 9/21/2007 7:23 PM
To: CDT Debug developers list
Subject: RE: [cdt-debug-dev] Can not set specific path to GDB on Eclipse
3.3 and CDT 4.0.0
Did you implement a CDebuggerPage for your debugger?

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-
bounces@xxxxxxxxxxx] On Behalf Of Piotr Kundu
Sent: Friday, September 21, 2007 12:59 PM
To: cdt-debug-dev@xxxxxxxxxxx
Subject: [cdt-debug-dev] Can not set specific path to GDB on Eclipse
3.3
and CDT 4.0.0

Hi.
I guess there are some changes in the Debug UI.

When I create a launch config for a C/C++ Local application and choose
gdb/mi I get to choose the path (CDT_Debug.jpg).
In the Debugger Options frame you generally have two tabs Main and
Shared Libraries. In Main you can choose GDB debugger (path) and GDB
command file (.gdbinit).

Now the problem occurs when I'm trying to do the same thing with a
custom GDB debugger. It is listed as "Test GDB debugger", but the
Debugger options fram is empty and there are now tabs. On Eclipse 3.2
and CDT 3.1.x this works just fine (CDT_Debug_err.jpg).
I need the user to be able to point out the path to my custom
debugger.
Do you have any clues?

Regards,
Piotr Kundu

PS. I still have difficulties running Eclipse 3.3 on Solaris9 and
haven't got any feedback from the Eclipse team. If you know how to run
Eclipse 3.3 on Solaris 9 which is freshly reinstalled and patched with
recommended patches, running JRE 1.4, please contact me.



_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev




_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev



Back to the top