Get line number in Elements window of Chrome Developer Tools? -


in chrome, tools -> developer tools -> elements tab. there no line numbers next source code. there way toggle them on?

don't know how useful be, can right click on html element in elements tab, select "copy html" , paste results in favorite text editor. give line numbers dom exists @ point copy it.

like comments point out, not correspond source line numbers.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -