开发者

Can remote debugging Visual Studio 2010 use breakpoint, watches and step into?

开发者 https://www.devze.com 2023-02-20 14:12 出处:网络
Currently I debug my C# application locally and use watch, breakpoint and commands like step into and the debug inspector.

Currently I debug my C# application locally and use watch, breakpoint and commands like step into and the debug inspector.

setup remote debugging with another machine as described here: http://msdn.microsoft.com/en-us/library/bt727f1t.aspx

Is it possible to see the source code of remote application and go through it step-by-step as one can do l开发者_C百科ocally?


Yes, you can. Just make sure that your symbol files (your .PDB files) are deployed remotely with your application.


Yes. Attaching to a remote process is just the same as attaching to a local process.

0

精彩评论

暂无评论...
验证码 换一张
取 消