Click here to Skip to main content
15,889,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have a windows application developed(c#) in visualstudio 2005.
i have many subprojects within the application.
My question is that i am unable to debug the code for one sub project and i am able to debug the for all the other sub projects.

Any Help... :-)
Posted
Comments
_Zorro_ 12-Jul-12 5:59am    
Are you building your projects in Debug mode?

1 solution

It might be that the project is not in DEBUG mode.

Check:
Right click project -> Debug Configuration

Refer: MSDN: How to: Set Debug and Release Configurations[^]
 
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