Console in Chrome Devtools doesn't clear on refresh after update 68

6

3

After the version 68 update a couple weeks ago, my console in Devtools no longer clears after refreshing the page. Here are the console settings:

Chrome console settings

So unless I'm misunderstanding something, the console should be cleared upon refreshing the page, or navigating somewhere.

This was working fine until the version 68 update. (which broke the feature immediately, I noticed within a couple minutes since I use this console quite a bit)

Any reason that it wouldn't be clearing?

Skeets

Posted 2018-08-14T04:00:03.237

Reputation: 211

2I have the same issue on my machine on Version 68.0.3440.106 – John Fu – 2018-08-22T02:05:56.867

@johnFu I finally tracked down the issue here. Hopefully my answer solves the problem for you too. – Skeets – 2018-09-10T04:44:49.640

Answers

5

Turns out the issue was an extention: "adBlocker Plus". I'm surprised I couldn't find many complaints about this issue.

I tested it about a dozen times. Disabling the extention fixes the problem.

I've had too many issues with AdBlock Plus in the past, so I'm switching to uBlock going forward. The same custom filters work, and it actually runs a little faster, too. :D

Skeets

Posted 2018-08-14T04:00:03.237

Reputation: 211

hmm... I don't have ABP installed though. – John Fu – 2018-09-26T01:14:20.503

@JohnFu - bummer. You could try running in "incognito" mode (which by default disables all extensions and such). If it works in "incognito" mode, than that means an extension is probably causing the issue. – Skeets – 2018-09-26T01:46:51.677

@skeets how did you figure this out? – Dan Oswalt – 2018-11-16T21:04:48.520

@DanOswalt I disabled all extentions by trying incognito mode. When that worked, I Knew it was an extention causing the problem, so I disabled them one by one until I found the issue. – Skeets – 2018-11-17T23:47:07.107

ah okay, makes sense. thx – Dan Oswalt – 2018-11-18T14:03:38.860

1I disabled the "AdBlock" extension and it fixed it for me (so different blocking extension but it still worked) - will give uBlock a go – Pete – 2018-11-20T11:07:06.337

1

I've run into this problem couple of times, but in my case I think it always happened after messing with debugger and it's settings.

I've fixed it by clicking "Restore defaults and reload" in DevTools settings.

Infensus

Posted 2018-08-14T04:00:03.237

Reputation: 11

This actually solved it for me as well. – Adam Reis – 2018-10-30T22:03:53.690

just as an FYI to others, I tried this and it didn't work but I have AdBlock installed, so @skeets solution works for me – Pete – 2018-11-20T11:05:09.843

0

Got this error at v70. When I turned off all patterns in blackboxing setting this error gone

Screenshot of Framework Blackbox Patterns settings

InoY

Posted 2018-08-14T04:00:03.237

Reputation: 1