Multiple Debugging sessions

  • Thread starter Thread starter Russell Wilson
  • Start date Start date
R

Russell Wilson

Hi,

I was wondering if it is possible to have multiple
debugging sessions? When I try to have someone else run
another session I get an error message:

Error while trying to run project: Unable to start
debugging on the web server. A debugger is already
attached. Would you like to disable future attempts to
debug ASP.NET pages for this project?

We are running .dot framework version 1 and using Visual
Studio 2002.

Has anyone got any ideas or done this.

Cheers,

Russell
 
Hello,

As far as I know it is not possible to have multiple
debugging sessions on the same server, as there is on ly
one process that runs debugging session.

This is why it is better to have (when possible) each
developper run his own server.

Boris
 
Back
Top