ChromeExtensionProjectTemplate
ChromeExtensionProjectTemplate copied to clipboard
Debugging javascript?
trafficstars
Any way to debug the javascript in the loaded extension?
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
you can look this. http://madskristensen.net/post/build-google-chrome-extensions-in-visual-studio
use the debugger; statement...