

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to force Chrome's script debugger to reload JavaScript?
To force Google Chrome’s script debugger to reload JavaScript, follow the below steps −
Open Dev Tools
Click on the Sources tab
Find your script / image / file
Check the right panel to see if your file is up to date
If the file is not up to date, then −
Right-click the resource in the left panel and choose 'Open Link in New Tab'
Force a reload of the resource with CTRL+F5
- Related Questions & Answers
- How do you launch the JavaScript debugger in Google Chrome?
- How to use the debugger keyword in JavaScript?
- The debugger statement in JavaScript
- How to reload activity in Android?
- How to enable JavaScript in Google Chrome?
- How to disable JavaScript in Google Chrome?
- How can I force clients to refresh JavaScript files?
- Stop making form to reload a page in JavaScript
- How to find JavaScript function definition in Chrome?
- How to call a JavaScript Function from Chrome Console?
- How to Clear the JavaScript Console in Google Chrome
- How to enable JavaScript in Chrome, Firefox, and Safari?
- How to force JavaScript to do math instead of putting two strings together?
- How to force file download with PHP?
- How to force garbage collection in C#?
Advertisements