9

I'm not able to see the errors during the debug of my app on chrome please help with settings. enter image description here

5
  • Click Default levels and customize the dropdown selector. Commented Apr 19, 2018 at 12:00
  • @wOxxOm Thank you,an image would help Commented Apr 19, 2018 at 12:06
  • puu.sh/A6lgW/7bd53704b1.png Commented Apr 19, 2018 at 12:12
  • @wOxxOm tried still not showing errors...:( Commented Apr 19, 2018 at 12:41
  • Maybe you've checked "hide network errors" in devtools settings. Commented Apr 19, 2018 at 12:55

7 Answers 7

36

Even after checking the 'Errors' under 'Default', I was not able to see the errors in the console.

I then navigated to settings (or press F1) and on the bottom of the page, you will see 'Restore defaults and reload' option.

enter image description here

After restoring to defaults, I am able to see the console errors.

Sign up to request clarification or add additional context in comments.

1 Comment

I tried a dozen other things and this is the first thing to work. I'm guessing a chrome upgrade screwed up some hidden settings
10

I hope this helps someone. In my case, none of the above solutions helped. The culprit was the filter text field shown in the below image.

enter image description here

Clear the text field and the errors will be shown again.

1 Comment

Love it. This worked for me, and then I was able to re-hide them with right click on the console message.
7

Make sure 'Selected context only' option is deselected.

Chrome creates context not only for current page, but also for embedded iframes and browser extensions. This could narrow visibility of logs. This was the case for me.

devtools screenshot

Comments

6

Solution :-

See The Right Side Of Image

Explanation :-

You Will See A Default Levels Drop down List
Check The List Items According To Your Needs

1 Comment

Mine are all checked but still not showing errors for some reason.
6

If none of these solutions work for you, remove the text in the "filter" box.

1 Comment

The obvious solution and one that I kept overlooking... thanks for putting this here.
0

Select the Verbose option in the Default levels dropdown menu.

Comments

-1

I had "18 hidden" in Chrome, but could not inspect what I at the time thought was errors. Turns out I simply had not checked all logging levels. You will of course get more hidden log-messages the fewer logging levels you have checked.

enter image description here

enter image description here

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.