public java.lang.String getStdErr()
Because this API is not further explained I have this question:
Can I use debugSession.getStdErr() to pass the stderr stream from my C code to the javascript calling the DSS APIs?
I would like to have a simple feedback from C to the javascript to know if a test is passed or failed.
I use this: fprintf(stderr,"error");
But getStdErr() always returns an empty string.
Kind regards!