Closed Bug 1533146 Opened 6 years ago Closed 6 years ago

Please add support for negative filters in the error console.

Categories

(DevTools :: Console, defect)

65 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1291192

People

(Reporter: astrothayne, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0

Steps to reproduce:

Tried to filter errors in dev-tools error console to only messages that DON'T contain a string.

Actual results:

There isn't a way to do it. The documentation for Console messages states:

To see only messages that contain a specific string, type in the text box labeled "Filter output".

Expected results:

I should have more advanced options to filter error messages. In this case, I had a ton of harmless error messages that made it hard to find the meaningful ones, but didn't have a good way to filter out the ones I didn't care about.

In chrome you can use regular expressions to filter it, which allows you to accomplish this with negative lookahead.

Component: Untriaged → Console
Product: Firefox → DevTools

Hello Thayne, thanks for reporting this issue!
It looks similar to Bug 1291192, so I'm going to set this one as a duplicate.
There's also a bug opened for regular expression filters (Bug 1441079).

Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE

Sounds good. I didn't find those when I searched for similar issues :(.

no worries, I had trouble finding it as well :D

You need to log in before you can comment on or make changes to this bug.