ChromeExtensionProjectTemplate icon indicating copy to clipboard operation
ChromeExtensionProjectTemplate copied to clipboard

Debugging javascript?

Open tofutim opened this issue 11 years ago • 3 comments
trafficstars

Any way to debug the javascript in the loaded extension?

tofutim avatar Mar 15 '14 16:03 tofutim

I haven't found a way other than using the Chrome Dev Tools, but it doesn't allow me to set breakpoints in all parts of an extension. Good old alert works though

madskristensen avatar Mar 15 '14 16:03 madskristensen

you can look this. http://madskristensen.net/post/build-google-chrome-extensions-in-visual-studio

fevziyilmaz avatar Jul 16 '14 07:07 fevziyilmaz

use the debugger; statement...

Legends avatar Jan 26 '18 02:01 Legends