I have inherited two VB.Net web projects, on one ("goodproj"), the debugger works, allowing me to step through the code. On the other ("badproj"), it doesn't.
On badproj, when I hit F5 or the green arrow to debug, the website builds without error, fires up the development web server and launches the browser showing the website. BUT... no debugger! (And no error message.) The output window for Debug is totally blank.
Any help or a pointer to a good article on how debugging works with VS will be greatly appreciated. Any particular settings I should be looking at?