How do I attach a process to the debugger in Visual Studio?

You can attach to a running process using Tools | Attach to Process If it's a Web Application, you can attach to it by attaching to aspnet_wp. Exe or w3wp. Exe To answer your question on how to attach to a process programmatically: Attaching to a Process Using VS.NET Automation Model Here are other Stack Overflow questions that deal with that: Communicating with the Visual Studio Debugger Programmatically?

Programmatically apply breakpoints in Visual Studio.

You can attach to a running process using Tools | Attach to Process. If it's a Web Application, you can attach to it by attaching to aspnet_wp. Exe or w3wp.exe.To answer your question on how to attach to a process programmatically: Attaching to a Process Using VS.

NET Automation Model Here are other Stack Overflow questions that deal with that: Communicating with the Visual Studio Debugger Programmatically? Programmatically apply breakpoints in Visual Studio.

– Bertvan Jun 12 '09 at 13:13 1 I updated my answer with other resources. – George Stocker Jun 12 '09 at 13:19 1 I got the answer in there first but hats off and +1, you've given much a worthier answer. – dove Jun 12 '09 at 13:31 1 @dove : I upvoted your answer.

I liked your answer. I just answered and expounded it. – George Stocker Jun 12 '09 at 13:37 see also msdn.microsoft.

Com/en-us/library/c6wf8e4z. Aspx – rohancragg Jun 12 '097 at 9:10.

In visual studio click Tools | Attach to process. Then select appropriate service.

You can do this in pretty much any debugger worth its salt. Visual Studio has one that should fit your needs. If you need a little more advanced control, try OllyDbg, which is a disassembler, so you can actually manipulate your program at the assembly level.

This will give you complete control, but it might be information overload as well.

WinDbg should be used. WinDbg with SOS really trumps OllyDbg for .NET. OllyDbg has more "analysis" features but WinDbg is more appropriate here -- where the OP probably only wants to debug his own process – kizzx2 Apr 21 at 3:59.

The directory containing vsjitdebugger. Exe must be in your system path. Open the Control Panel in Classic view, and double-click System.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions