How to make search in Firefox console, in search mode, not filter

Hello,
If Firefox 81.0.2 under Kubuntu 18 in browsers console all outputs are filtered, if search value entered,
but I want to find first found string in search mode, not filter.
Example if my my app there are lines:

  console.log('+++retrieveAppDictionaries paramsArray::')
  console.log(paramsArray)

actually I want to see output of data var, but it is hidden as it works as filter:

If there is a way to make it work in search mode ?

Thanks!

What’s the difference between a search and a filter?

I wrote that when I make search by string :
+++retrieveAppDictionaries paramsArray::

actually I want to see next lines with data(which is hidden in case of filter).
Just some habits I have last years.

Ah I see what you mean.

The console is not a line-correlated object, so it makes no sense to have a ‘search’ (which you actually just mean a go-to)

As far as i’m aware, the only way to do this would be to copy and paste the contents of the console out to a text file and use a text editor to locate it.

Chrome works in search mode I need. Maybe I can do the same with FireFox? Some external plugins?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.