This probably has a one click solution, i know debugging web pages in VS2010 just needs to set as start page to debug the given window, but i can’t seem to change it in windows forms. Keeps debugging the old one, any clues to how to set debugging form?? thanks.
Share
Open the Program.cs file and you can set the Startup Form there:
To change this, Right Click the Project > Properties and set the startup object there.