I have Windows Server 2008 (64-bit), VS 2008's built-in webserver and an ASP.NET MVC 1.0 webpage.
All I am trying to do, the app said that Debug I have a bunch of breakpoints, but they behave very strangely. When I start the debugging session with F5 and press the breakpoints, the debugger just stops right away. Although debugging of several F10 S / F11 is suddenly "stop" (at which point there is no exception), but VS is not separated from the browser process, nor does the webpage stop execution: Visual Studio remains connected, And the web request is implemented as usual.
I tried different browsers (Chrome, Firefox, IE) but it has no use.
What do I do to solve it? It really makes me mad.
You can stop using F5 and use debug - instead the process Attach I have found that this gets rid of some debugging attachment issues I have had.
Comments
Post a Comment