Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » class introspection not working in the debugger.
class introspection not working in the debugger. [message #208578] Fri, 25 January 2008 14:20 Go to next message
Eclipse UserFriend
I have an application which uses many classes from a third party
commercial library. I have code assist correctly prompting me for
available members and functions when coding but when debugging the
classes from the commercial libraries are displayed as addresses. I
cannot open them to see their contents (other classes etc.)

Is it the case that there is no information available about such objects
at runtime? Java objects, even those compiled without debug info, show
a little information. For that to work would the class being inspected
have to expose it's native members? (which of course no one would do)...

wcn
Re: class introspection not working in the debugger. [message #208597 is a reply to message #208578] Fri, 25 January 2008 15:05 Go to previous message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

If it is a commercial application, it is likely that ALL information will have
been stripped, leaving you just with the machine code. All you will have is the
class/method names, but even those will be "mangled" if they are C++ (google for
C++ name mangling if you want more info).

HTH
--
Derek


Wendell Nichols wrote:
> I have an application which uses many classes from a third party
> commercial library. I have code assist correctly prompting me for
> available members and functions when coding but when debugging the
> classes from the commercial libraries are displayed as addresses. I
> cannot open them to see their contents (other classes etc.)
>
> Is it the case that there is no information available about such objects
> at runtime? Java objects, even those compiled without debug info, show
> a little information. For that to work would the class being inspected
> have to expose it's native members? (which of course no one would do)...
>
> wcn
Previous Topic:different PATH
Next Topic:clean fails
Goto Forum:
  


Current Time: Thu May 22 19:29:06 EDT 2025

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

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

Back to the top