Chrome debugger - how to turn off console.log message grouping?

后端 未结 4 1214
野趣味
野趣味 2020-12-09 08:14

Say, in my Google Chrome extension I do this:

console.log(msg);

and the Chrome debugger groups similar messages like so:

4条回答
  •  有刺的猬
    2020-12-09 08:54

    Someone had the same problem there: Google Chrome developer tools console logging… almost useless? with no answer to disable this feature.

    As a workaround, you can enable Show timestamps for the console in the developer tool settings.

提交回复
热议问题