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?
source
share