Remote Debugging in Visual Studio .Net 2005
Steps you need to do to debug remotely .NET application
- On the remote box start program msvsmon.exe(Usually located in C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Remote Debugger\x86)
- Open VS.
Click Tools -> Debug Processes . - 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 - Select process you are looking for and click Attach.
(NOTE: Common Language Runtime has to be checked)
In VS open file(s) you wish to debug.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home