× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Wai Hung Kevin Lau wrote:
D jString S O CLASS(*JAVA:'java.lang.String')
<...>
/free
jString = crtString(testString1);
testString2 = getBytes(jString);
*INLR = *ON;
/end-free
C
I want to debug the variable of java Object, for example, String. I tried both WSDC debugger and STRDBG but I cannot get the value of the String variable. Hope you guys can help. Thanks
Ha! That's a good request, Kevin. But I don't know if it's possible; I don't think the RPG debugger has a way to display a Java object (the Java debugger can do it just fine, but I don't know that those features are available inside the RPG debugger). Since you already know how to get the value of the String object using getBytes, I'm assuming your question has more to do with what gets returned from the Java code.

I don't have a good answer for that. I'll be interested to see the response. There's no THEORETICAL reason WDSC couldn't give you a standard Java debugger display of the object, but I'm sure there are lots of practical issues.

Joe

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.