Click here to Skip to main content
15,891,745 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
"There is no source code available in the current location". This error message will displayed if i include a debugger in javascript function in my application. I tried several solutions in google but its not working. If i open a new website and put a debugger in javascript function it also display the same error message.without debugger its work fine. I thing some changes in vs environment can u please help me.

Thanks and Regards
P.Saravanan
Posted
Updated 20-Dec-10 19:13pm
v2

1 solution

This error is usually caused when you are trying to debug a code which is not built. So, cleaning and re-building the solution might solve this issue. Also make sure that you are adding "Project reference" rather than "Dll reference".

However, if re-building doesn't fix the issue, then, there chances are that, you may trying to debug a code which actually is not included in the project, or, which is included from a wrong location in the file. You may also want to check this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900