Re: Can't debug with eclipse
Am I the only one experiencing this problem?
I tried using the debugger with a C++ project which doesn't use Qt and the debugger seems to work correctly. It has to be something related to Qt, but I really can't find it...
Re: Can't debug with eclipse
Problem: I can't see value of, for example, QString variable as string(for example "Hello, World!").
I want: to see value of, for example, QString variable in debug mode. I want to see "Hello, World!" in it and not memory address or smth else.
How achive what I want?
Re: Can't debug with eclipse
By using an IDE that provides this feature.
Re: Can't debug with eclipse
Quote:
Originally Posted by
ktk
By using an IDE that provides this feature.
I want Eclipse. How to do this in Eclipse?
Re: Can't debug with eclipse
Eclipse does not have that feature. Other IDEs have that. Using Qt Creator would be the obvious choice in the context, but KDevelop, VS with the Qt Add-In and probably others do it, too.