views:

29

answers:

1

Hi, i have a general question about debugging a .NET process that has been built locally but deployed to a remote machine. If the process was built in DEBUG mode and was deployed WITH pdb's, is there any software or technologies available that allow you to hook in or attach to the process for debugging purposes without installing visual studio allowing you to step in and walk through executing code?

Thanks..

+3  A: 

See How To Set Up Remote Debugging for starters

Stuart Dunkeld