Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
96
rated 0 times [  103] [ 7]  / answers: 1 / hits: 45375  / 15 Years ago, fri, october 16, 2009, 12:00:00

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 function keys .....F5 causes the whole window to refresh....



Typing next in console window does nothing.....



Plus the debugger is very slow to further add salt to the wounds...


More From » debugging

 Answers
8

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.


[#98501] Monday, October 12, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
aileent

Total Points: 556
Total Questions: 107
Total Answers: 101

Location: Croatia
Member since Fri, Sep 11, 2020
4 Years ago
;