简体   繁体   中英

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.

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 locally?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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