To allow for easier debugging on the javascript side, it would be great to mimic the standard browser console.log() feature (http://www.w3schools.com/js/js_output.asp) to log into the current eclipse console view.
There is already support for console output in JSX scripts, in form of global out object which is basically standard PrintWriter.
You can find example of usage in mouse-and-keyboard.jsx (sourceforge.net) script.
Great, thanks. Sufficient for me. Having console.log() might help WebGL developers, though.
Log in to post a comment.
There is already support for console output in JSX scripts, in form of global out object which is basically standard PrintWriter.
You can find example of usage in mouse-and-keyboard.jsx (sourceforge.net) script.
Great, thanks. Sufficient for me. Having console.log() might help WebGL developers, though.