I am using the debugger in Chrome 17.0, Mac OS X 10.6.8.
When I am stepping through JavaScript, sometimes I can add a fix and want to immediately abort and reload the page. When I'm not in the debugger, F5 does not reload the page, but Command-R does. However, when I am in the debugger, Command-R performs a "Continue" (a la F8) instead of reloading the page.
Is there a way to reload the page instead of continuing in the debugger?