Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Eclipse debug xml viewer problem

koen_boutsen
Explorer
0 Kudos

Hello

While debugging my code in Eclipse, I stop at a breakpoint and I want to check the content of a variable containing data in xml format. In the debug perspective, I right click the variable and choose 'Show details as / XML Viewer'.

Until a few weeks ago, I saw the content of the xml object WITH the xml tags, properly formatted, as you can see it in an R3 environment :

<name>Smith</name><firstname>John</firstname>

Now, I only see the content of the xml, WITHOUT the xml tags :

SmithJohn

I installed a new eclipse, I used a new workspace, but nothing seems to solve the problem.

Does anyone have the same problem and maybe a solution ?

Thanks in advance

Koen

1 REPLY 1

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Koen,

what is the technical data type of your variable?

Thanks and best regards,
Armin