EDR: How to enable debug logging in Chrome browser
search cancel

EDR: How to enable debug logging in Chrome browser

book

Article ID: 292094

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

Enable debug logging for troubleshooting browser issues

Environment

  • EDR (formerly CB Response) Server: All Versions
  • Google Chrome

Resolution

  1. Go to the page where the issue is occurring
  2. Press F12
  3. Select the Console tab
  4. In the console enter:
    • CB.debug.on();
  5. Reproduce the issue

Additional Information

  • All output should be manually copied. Har captures do not collect console output
  • An undefined response is normal. This is calling for a function, not a variable