How to reload a page instead of continuing the script in the Chrome debugger on Mac OS X?

I am using a debugger in Chrome 17.0, Mac OS X 10.6.8.

When I go through JavaScript, sometimes I can add a fix and want to immediately interrupt and reload the page. When I'm not in the debugger, F5 does not reload the page , but Command-R does. However, when I'm in the debugger, Command-R executes Continue (a la F8) instead of reloading the page.

Is there a way to reload the page instead of continuing in the debugger?

+5
source share
1 answer

. , "return" , .

0

All Articles