Click here to Skip to main content
15,891,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

When i debug a .cs class file through Visual Studio, it is not hitting the debugger and I am not able to debug the .cs file any more .Could you have any solution plz help.

Thanks ,
KK
Posted

1 solution

Start by checking if you are running the release or debug versions of the project containing the code.
If that's Debug, then check the file is built into a project that is referenced from the startup project of your solution.

If that's fine, try shutting down VS, opening it again, and doing a full clean and rebuild to check for a "one off" glitch in VS.
 
Share this answer
 
Comments
onelopez 16-Feb-15 7:59am    
Also, if this doesn't work, try refreshing the browser.

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