views:

1057

answers:

1

I would like to debug my javascript application using Google Chrome 3's developer tools. Everything fine and ok, until I actually want to start debugging. I can set breakpoints etc., but I don't want to debug using a mouse but using keyboard.

In Firefox+Firebug I can use F10, F11 and F8 for stepping over, into and run debugged script.

Are there any keyboard shortcuts in Google Chrome's Javascript console window?

System configuration (if relevant):

  • Windows Server 2008 R2 (would probably work the same in Windows 7)
  • Google Chrome 3.0.195.21

Edit
I investigated this issue even further and it turns out to be some sort of a bug, because when I restart Chrome, F8, F10 and F11 work as expected (same as Firebug).

+9  A: 

F8 - Run

F10 - Step over

F11 - Step into

Works for me

Chris Tek
is that version 3 or 2?
Robert Koritnik
No definitely doesn't work in Chrome 3. F11 is browser universal Full screen shortcut
Robert Koritnik
I'm using version 3
Chris Tek
Yes, browser universal for when the browser window itself is focused but not when the debugger is focused.
Chris Tek
Strange. In my case even Developer Tools window fullscreens. Tried F11 with separate window as well as docked into browser. Same behaviour.
Robert Koritnik
I'm using XP pro...
Chris Tek
Windows Server 2008 R2 which would probably be equal to Windows 7.
Robert Koritnik
Perhaps you can submit a bug to Google :)
Chris Tek
Just did. Hopefully they'll solve this issue.
Robert Koritnik
Also doesn't work for me despite whatever's focused...
Miguel Ventura