Javascript debugging problem in ASP.Net

J

Jay

I've noticed that after I made changes to a Javascript page
in an ASP.Net project, developed with VS2008, that
the page does not show the changes when being debugged.

The original page is ExpandPanel.js. During debugging,
ExpandPanel [Dynamic] comes up as expected, but a
line where I put a breakpoint is not present. Instead,
what is present, is the original script before I made
the changes.

Anybody else experience this, and / or know what
the problem is?

Jay
 
G

Guest

I've noticed that after I made changes to a Javascript page
in an ASP.Net project, developed with VS2008, that
the page does not show the changes when being debugged.

The original page is ExpandPanel.js.  During debugging,
ExpandPanel [Dynamic] comes up as expected, but a
line where I put a breakpoint is not present.  Instead,
what is present, is the original script before I made
the changes.

Anybody else experience this, and / or know what
the problem is?

Jay

Looks like a cache, try Ctrl+F5 or close and open your project again
 
P

Patrice

Looks expected. Try to refresh the page (the script is just cached by the
browser) to see if it fix the issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top