Link to home
Start Free TrialLog in
Avatar of RayT
RayTFlag for United States of America

asked on

Unable to Debug Website

I'm trying to debug an ASP.NET 4 website in Visual Studio 2013.  The breakpoints are not working in the JavaScript code.  Why??? I commented out blocks of JavaScript code and it still runs the previous code.  Why??? How do I change this behavior?
ASKER CERTIFIED SOLUTION
Avatar of IanTh
IanTh
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Alexandre Simões
Use Firebug or Chrome dev tools to debug javascript.
Clean and works everytime...
Avatar of RayT

ASKER

Thanks
Avatar of RayT

ASKER

In addition, I discovered a firewall rule had changed and was causing Visual Studio 2013 to act strange.  After modifying the firewall rule in BitDefender VS2013 behaves correctly.