Monday, August 25, 2008

Remote Debugging in Visual Studio .Net 2005

Steps you need to do to debug remotely .NET application

  1. On the remote box start program msvsmon.exe(Usually located in C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Remote Debugger\x86)

  2. Open VS.
    Click Tools -> Debug Processes .

  3. In the Name box , enter the name of the remote worksation.
    (NOTE:There is required administrative right to connect to remote box)Sometime you need to enter full path to remote workstation like thisdomain_name\user_name@remote_ws_name

  4. Select process you are looking for  and click Attach.
    (NOTE: Common Language Runtime has to be checked)

  5. In VS open file(s) you wish to debug. 

 

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home