admin管理员组

文章数量:1277886

The F12 tools look good, and I see controls for most of what I would like to use (Continue, Step In, Step Out). But the HTML app I want to debug runs before I can start the F12 tools. What I need is a Restart button, it would seem to me.

Am I missing seeing this, or am I out of luck?

By the way, I see the same problem in Chrome.

The F12 tools look good, and I see controls for most of what I would like to use (Continue, Step In, Step Out). But the HTML app I want to debug runs before I can start the F12 tools. What I need is a Restart button, it would seem to me.

Am I missing seeing this, or am I out of luck?

By the way, I see the same problem in Chrome.

Share Improve this question asked Jun 5, 2014 at 14:47 Michael BroschatMichael Broschat 8753 gold badges10 silver badges17 bronze badges 2
  • 1 Just refresh the browser after pressing f12, ctrl-f5 to do a full refresh. – Smeegs Commented Jun 5, 2014 at 14:49
  • put it in debug mode and press crtl-r (will refresh it) – roel Commented Jun 5, 2014 at 14:53
Add a ment  | 

1 Answer 1

Reset to default 7
  1. Open your Page.
  2. Press F12 to display the tools.
  3. Switch to the debugging tab.
  4. Add your breakpoints.
  5. Refresh by pressing F5 or Ctrl+F5 orCtrl+R.

本文标签: Debugging JavaScript in IE11Stack Overflow