简体   繁体   English

远程调试Visual Studio 2010可以使用断点,监视并进入吗?

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

Currently I debug my C# application locally and use watch, breakpoint and commands like step into and the debug inspector. 目前,我在本地调试C#应用程序,并使用watch,断点和诸如step into和debug inspector之类的命令。

setup remote debugging with another machine as described here: http://msdn.microsoft.com/en-us/library/bt727f1t.aspx 使用此处所述的另一台计算机安装远程调试程序: http : //msdn.microsoft.com/zh-cn/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 locally? 是否可以查看远程应用程序的源代码并像本地人一样逐步进行操作?

Yes, you can. 是的你可以。 Just make sure that your symbol files (your .PDB files) are deployed remotely with your application. 只需确保将符号文件(.PDB文件)与应用程序一起远程部署即可。

Yes. 是。 Attaching to a remote process is just the same as attaching to a local process. 附加到远程进程与附加到本地进程相同。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM