V
V
Valery Chupurnov2016-09-02 22:26:50
JavaScript
Valery Chupurnov, 2016-09-02 22:26:50

Why isn't the Chrome console working?

Hello. On one site I can not fully debug. In the console, come out like this
000567c91b6e4bc4ad6b2710076f2286.png
. so that I don’t enter, no error or result is visible
Please tell me what I have on / off
It is observed only on this site

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
edk55, 2016-09-22
@edk55

I do not think that the problem is with the chrome settings, judging by the fact that it does not work on only one site. Will you drop the site?

A
Alexey Semenyuk, 2017-02-16
@wonchoe

I don't know if it will help, yesterday I myself faced a similar problem, here's what happened:
when debugging it gives
> console.log('hello world');
<- undefined
why?
UPD: apparently on the site
console.log = function(){};
the second question is how to get the console back?
UPD:
figured it out)) when building the DOM
CT = console
window.onload = function()
{
console = CT;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question