Re: Remote debugging

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



In our experience, this scenario hardly ever works. Even if you get to the stage where everyone can debug on the server, only one person can debug at a time (as I recall), and the system slows to an absolute crawl making it impossible for other developers to work. We gave up on this about 2 years ago.

We now develop everything locally on developers' machines and deploy to the development servers (split by application tier) for a recognised build. The only exception to this is where we have completed middle tier components that are (obviously) working satisfactorily. These are deployed to the development application server and are used in code being developed 'as is'. Obviously there is no way of debugging these components in this scenario and developers have to treat them as black boxes - which are guaranteed to "just work".

All code is held in VSS and developers must check their code in (working or not) before they leave each day - so the VSS version is always the latest.

It works for us.

HTH

Peter

EDom wrote:
Hi,
I have a common scenario where all the developers will debug the code from
one central server which is hosting the asp.net project. I shared the
wwwroot$ and can open the project in different development machines but when
I run the debugger to execute the code it stops after compiling with a
message "Read the ASP.NET and ATL server debugging....." and sometimes it
says "Access denied.. I need to add user to the local debugger group of the
host machine etc...."

Please anyone can suggest the process to setup the debugging for multiple
users on remote machine.

Regards,





.



Relevant Pages

  • Re: Developing ASP.NET w/out IIS or Admin Rights
    ... You might be able to collect remote debug information from your ... ASP.NET web applications using a local version of IIS 5.0 and SQL Server ... How can a team of 8 developers test & debug applications ...
    (microsoft.public.dotnet.framework.aspnet)
  • More Remote tsql Debugging headaches.....
    ... I setup remote debugging on our sql 2k server. ... When one of our developers ... the chain uses Windows Authentication) he can debug just fine! ...
    (microsoft.public.sqlserver.tools)
  • Re: About FP, folder permissions, and sysops...
    ... Perhaps my "Shame, shame, etc.. ... Your contention was that ASP is some evil scheme to entice developers to use ... 4.> Even if you allowed an unmonitored FTP upload to your server ... Bob Lehmann ...
    (microsoft.public.frontpage.addins)
  • Re: Best configuration for a web developer
    ... I don't agree with you where you say the server extensions method was "clunky", but it does seem 999 out of 1000 developers didn't understand it, don't know how to set it up properly, and probably never will. ... Up to and including VS.NET 2003 the web developer model made a lot of sense and you could switch online/offline between remote and local IIS and all using HTTP. ...
    (microsoft.public.vsnet.general)
  • Re: concurrency, threads and objects
    ... Yes, for example in high performance server design, where the server should be able to handle between thousand and ten thousand transactions per second. ... Threads are very cheap in linux 2.6, when they changed the kernel thread model, they did a test where they created one hundred thousand threads. ... Its almost exclusively coming from java developers, but also from developers of other languages, although not as much. ...
    (comp.lang.java.programmer)