Safari 6 / Webinspector 2 - Line and CSS Line Numbers

If I check the CSS properties in the new Develeoper console, for some reason there is no line number, but a small arrow that you can hover or click to get the line number or stylesheet. In the old Webinspector, this was much faster, because a stylish table, including linenumber, was already written there as a link.

Does anyone know how to change this or a workaround? I already looked by default, but did not find anything.

I saw that there is already an error for this https://devforums.apple.com/message/705663 , so I hope it will be changed to the previous behavior ...

+6
source share
1 answer

I found out that it is possible to use the webkit inspector in nightly builds on Mountain Lion. You can select it in the developer menu.

+1
source

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


All Articles