Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Can CDT use other debugger?
Can CDT use other debugger? [message #192526] Mon, 04 June 2007 17:56 Go to next message
Eclipse UserFriend
Hi, I'm using CDT to develop VisiBroker CORBA program.


VisiBroker come with their own debugger. Can I plug this debugger into CDT?

I can use gdb to step through the code I compiled by VisiBroker. But
cannot see the value in variables. Getting this error:

No symbol "i" in current context.
mi_cmd_var_create: unable to create variable object

Any one tried to use other debugger than gdb?

Please help & Thanks in advance.
Re: Can CDT use other debugger? [message #192534 is a reply to message #192526] Mon, 04 June 2007 17:58 Go to previous messageGo to next message
Eclipse UserFriend
BTW, I am using standard makefile C++ project in CDT, so there is no
problem for me to use the CORBA compiler.

The question is just how can we debug it.
Re: Can CDT use other debugger? [message #192556 is a reply to message #192534] Tue, 05 June 2007 04:05 Go to previous message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

You need a debugger with an MI interface for the standard CDT to debug.

--
Derek


Phoebus wrote:
> BTW, I am using standard makefile C++ project in CDT, so there is no
> problem for me to use the CORBA compiler.
> The question is just how can we debug it.
>
Previous Topic:Define own Shortcuts
Next Topic:Support dbx?
Goto Forum:
  


Current Time: Sat May 10 07:01:05 EDT 2025

Powered by FUDForum. Page generated in 0.02738 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top