Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

what is browser.sessionstore.debug used for (prefence setting)?

  • 2 replies
  • 2 have this problem
  • 37 views
  • Last reply by langston

more options

I can't find any detail on it's use.

I can't find any detail on it's use.

Chosen solution

You can look at sections of code starting with

if (gDebuggingEnabled)

in this file:

https://dxr.mozilla.org/mozilla-release/source/browser/components/sessionstore/SessionStore.jsm

The extra log entries or notifications do not seem to be directed toward generating information for end-users.

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

You can look at sections of code starting with

if (gDebuggingEnabled)

in this file:

https://dxr.mozilla.org/mozilla-release/source/browser/components/sessionstore/SessionStore.jsm

The extra log entries or notifications do not seem to be directed toward generating information for end-users.

more options

Thank you for that answer.