The Player includes a debug mode to display the communications between the LMS and content and assist in debugging LMS deployment issues. If debug mode is enabled, and you launch an item from the LMS, a separate debug window also opens. Note that you may need to clear your browser cache. The debug window logs several events during the lifetime of the object launched.   

 

Note: In some browser versions, the debug window may be empty when initially opened. If this is the case, simply refresh the window and the initial events are displayed. The window now automatically updates when additional events are logged.  

 

 To enable debug mode: 

  1. Open the config.js file in the root directory of the location where you published the content using any text editor such as Notepad.
     
      
  2. Locate the following line in the file:
     
    DebugMode : false
     
      
  3. Change the DebugMode value to true:
     
    DebugMode : true
     
      
  4. Save the file.

Table of Contents