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