views:

748

answers:

3

hi guys,

i am really getting frustrated with google chrome... i have version 3.0.195.27 and want to debug some javascript that is working in IE ,FF but not in chrome

when i open the debugger and mark breakpoints(the blue arrow thingy) and execute the javascript it hits the breakpoint and then i do not know how to step through code....i tried all fucntion keys .....F5 causes the whole window to refesh....

typing next in console window does nothing.....

please help me guys....plus the debugger is very slow to further add salt to the wounds...

+1  A: 

Use the pause, step over, step into, step out buttons at the right end of the inspector, below the search field and above the watch/call stack section.

Jesper
+1  A: 
k0ni
He said he was working with Google Chrome, not FireFox.
Mike Bethany
learn to read, kthxbye
k0ni
+4  A: 

I'm on Chrome 3.0.195.27, and I'm able to use the following keys:

  • F8 -> Run

  • F10 -> Step over

  • F11 -> Step into

Make sure you have focus on the JavaScript console.

CMS
thanks for the keys
Pankaj Kumar