This content has been marked as final.
Show 2 replies
-
1. Re: Debugging - Traces
sally_em Jun 26, 2013 5:18 AM (in response to Cazoobi)If you are using JavaScript/JSX try using the jQuery alternative to Java's System.out..
console.log('hello world');Let me know if this works for you..
-
2. Re: Debugging - Traces
Cazoobi Jun 26, 2013 6:22 AM (in response to sally_em)that worked great! thanks

