Webstorm not refreshing modified JavaScript files

jhonka

New Member
My HTML page references a few JavaScript files like:\[code\]<script type="text/javascript" src="http://stackoverflow.com/questions/15581070/MyClass.js"></script>\[/code\]I am debugging with WebStorm using a Python SimpleHTTPServer in Windows with Chrome. I can set breakpoints in my JavaScript and WebStorm stops at them as expected.However, sometimes when I make changes to my JavaScript and relaunch the debugger, it runs the old code, not the updated code. If I place a breakpoint, the line it stops at is out-of-sync with where I've placed the breakpoint.How can I force a refresh?
 
Back
Top