Monday 20 September 2010

How to debug in Visual Web Developer 2010 Express

This is pretty simple really.

1. download and install Visual Web Developer 2010 Express.
2. start a new Web Application Project
2a. make sure configuration at the top is set to DEBUG
3. right click on your project in Solutions Explorer (RHS)
3a. Select Properties from the Drop Down
4. Select Web tab
5. Select Start URL in the radio icons, and enter a URL
6. change default browser to IE. (change browse with in VWD)
7. Click Start Debugging (Green play icon)

That should start IE with Visual Studio watching it for bugs.
or if you use a DEBUGGER call in your code.

No comments:

Post a Comment