Trying to debug a PHP file which has a syntax error using Firefox web console. I have set the Disable Cache option and when I change the file it does take effect immediately. However, the console displays the syntax error and when I click on the link in the message it opens a tab with the code page and highlights a line, but the page displayed is before the last change. If I open a new tab and repeat the process I get the updated code.
I find this very confusing, is there any way to make it use the current code?