Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome auto create debug.log,how to stop it?

Tags:

Everytime I use the chrome to open a html file, then the chrome always create a debug.log file in same folder. And the debug.log file has same content :

[0725/091558:ERROR:crash_report_database_win.cc(412)] unexpected header 

My google-chrome-extension includes Adblock Plus, Chrono Download Manager.

How can I stop it? Thx.

like image 374
Lin CS Avatar asked Jul 25 '16 01:07

Lin CS


People also ask

Why do I have a debug log file?

Debug logs are system-generated logs that are sent to your Dashboard along with every new conversation. They only appear if your developers have configured them in the SDK for a given game/app version. When configured, they appear under the metadata tab in the Issue details pane.

How do I stop paused debugging?

TL;DR Right click in the area where you'd normally set breakpoints, select “never pause here” and you can prevent the debugger from stopping on exceptions or debugger statements.


1 Answers

Stop Chrome.

Delete (or just rename) the folder:

%LocalAppData%\Google\Chrome\User Data\Crashpad

Restart Chrome.

like image 74
Redee Avatar answered Dec 20 '22 23:12

Redee