How to force Chrome's script debugger to reload javascript?

前端 未结 15 1927
天涯浪人
天涯浪人 2020-12-12 09:56

I really like the ability to edit javascript in the chrome debugger however, I find that it can be really problematic getting the debugger to re-fetch the JavaScript from th

15条回答
  •  眼角桃花
    2020-12-12 10:00

    There are also 2 (quick) workarounds:

    1. Use incognito mode wile debugging, close the window and reopen it.
    2. Delete your browsing history

提交回复
热议问题