2016-10-28

GreenGeek wrote:
Is there a reason the toggle all to be shown couldn't also toggle all to not be shown? That would then make it quicker to just enable what you do want to see.

Was so done in original Console2 extension. I'll probably change it or maybe not.

I don't understand the interaction of the Report ... selections on the Options menu. I assume they do something different than the toolbar buttons.

"Report Strict Warnings" toggles javascript.options.strict preference. This preference controls whether JavaScript warnings are logged.

"Report All JS Exceptions" toggles dom.report_all_js_exceptions preference. If this preference is true, all exceptions from inner frames will be logged.

"Report CSS Errors" toggles layout.css.report_errors preference. If you don't care about CSS errors, it's better to disable them via Options menu (not button). This will greatly accelerate Error Console (even original one).

Also what does Focus on Report do?

It bring focus to Error Console window when error occurred.

I would say it is already an improvement over the old built in one. Is the intent maybe to use this as a replacement in the browser code or to keep it as an extension?

I suppose that it should live as extension. May be on addons.palemoon.org if PM developers deem it useful.

Show more