2 Replies Latest reply: Jun 26, 2013 6:22 AM by Cazoobi RSS

    Debugging - Traces

    Cazoobi Community Member

      I'm currently trying to find my feet with debugging in EB3. One issue I cant seem to figure out is getting trace lines to print in the console when Im debugging, I've tried the following but it doesnt work I just get an error

       

       

      System.out.printIn("This function was triggered");

       

      This is the error:

       

      Uncaught ReferenceError: System is not defined