Multiple Debugging sessions

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
 
B

Boris

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top