Application Development and Automation 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: 
Read only

Display XML in the debugger

0 Likes
4,047

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

1 ACCEPTED SOLUTION
Read only

raghug
Active Contributor
2,364

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.

2 REPLIES 2
Read only

raghug
Active Contributor
2,365

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.

Read only

0 Likes
2,364

Thanks Raghu.

Your suggestion helped a lot.

Best regards,

Helder