‎2017 Jun 23 1:22 PM
Hi,
I am trying to view some XML in my debugger.
When i try to view my variable using XML browser, it does not display correctly.
I am using SAP GUI for Java 7.40 rev 10.1 on MacOS Sierra.
Any ideas how I fix this ?
Regards,
Helder

‎2017 Jun 23 1:44 PM
The XML Browser is meant for XString Data types, you have a CString. Try the view VAR_TEXT (Text in browser), it should popup the text in your default browser.
‎2017 Jun 23 1:44 PM
The XML Browser is meant for XString Data types, you have a CString. Try the view VAR_TEXT (Text in browser), it should popup the text in your default browser.
‎2017 Jun 26 10:14 AM
Thanks Raghu.
Your suggestion helped a lot.
Best regards,
Helder