Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article explains how to get Javascript console logs , and how to debug an issue , when any a macro is not rendering data in a Confluence page.  

Instructions

  1. Open the Chrome browser, preferably, login log in to Confluence and access the concerned page. 
  2. If you are accessing from Mac:
    From the Chrome menu bar select Depending on the operating system used, choose the appropriate option as follows:
    1. In Mac, select View > Developer > Javascript Console: from the Chrome menu bar.
    2. If you are accessing from Windows:
      Press In Windows, press the F12 key and it will to open up the Developer Tools panel.
  3. From the Developer Tools panel that opens on your screen, select the Network tab. By default, the Developer Tools load developer tools loads at the bottom of your screen.  
  4. Check Select the Disable Cache option in the Network tab toolbar to prevent caching of resources for this specific page.
  5. Select the Console tab.
  6. Click on the gear icon to open the Console settings.
  7. Check the box next to the Select the Preserve log and Log XMLHttpRequestsXMLHttpRequests options.
  8. Click the Clear console button(Image Modified) to clear out any existing logs from the console.
    Image RemovedImage Added
  9. Now, reproduce the issue that you are experiencing while the console is open.
  10. Right-click anywhere in the console area, select Save as, and save the file to your computer before sharing to share the log with the Support Team.
    Image RemovedImage Added