Disable variable information in chrome debugger

enter image description here

I don’t know where and what key combination could do to enable the viewer of variable values ​​inside the file viewer. How to disconnect? (I do not see the way ...?)

+4
source share
1 answer

This is called "displaying the values ​​of variables inside the string when debugging." You can disable it in the settings "Settings> Settings> Sources" in the DevTools menu.

enter image description here

It may also help: http://imgur.com/JxbZm1W

+4
source

Source: https://habr.com/ru/post/1589534/


All Articles