I would like to debug my javascript application using google chrome 3 developer tools. Everything is fine and normal until I want to start debugging. I can set breakpoints, etc., but I donβt want to debug with the mouse, but using the keyboard.
In Firefox + Firebug, I can use F10 , F11 and F8 to navigate, run and debug the script.
Are there any keyboard shortcuts in the Javascript console window in Google Chrome ?
System configuration (if necessary):
- Windows Server 2008 R2 (likely to work the same on Windows 7)
- Google Chrome 3.0.195.21
Edit
I researched this problem even more, and it turns out to be some kind of error, because when I restart Chrome, F8 , F10 and F11 work as expected (same as Firebug).
google-chrome keyboard-shortcuts
Robert Koritnik Sep 17 '09 at 8:14 2009-09-17 08:14
source share