0
votes

I am getting this message in my visual studio for my breakpoint only in my javascript file. The breakpoint works for the .cs files.

I tried the following, but didn't work:

The solution is it to go to IE > Internet Options > Settings (under browsing history) > Check for new version of stored pages : Every time I visit the webpage.

from

The breakpoint will not currently be hit. A different version of script file has been loaded by debugged process

Please advise.

Thanks.

1
use the inspect element in the selected browser and breakpoint from there - Luminous_Dev

1 Answers

0
votes

I know it's an old post but have you tried setting this:

' Set EnableOptimizations to false for debugging. For more information, ' visit http://go.microsoft.com/fwlink/?LinkId=301862 BundleTable.EnableOptimizations = False

If set as true, JS breakpoints will not be hit.