Questions tagged [mdbg]

MDbg is a .NET Framework Command-Line Debugger for managed code.

MDbg is a .NET Framework Command-Line Debugger for managed code. It's part of the debugging tools for .NET.

Resources:

34 questions
0
votes
1 answer

Mdbg: unable to detach from process

We are using MDBG to attach to IIS worker processes. After performing stack snapshots, we detach with MDBgProcess.Detach(). While this call normally takes 10-80ms, occassionally it hangs for a very long time, also freezing the process in the…
ionwarp
  • 215
  • 1
  • 10
0
votes
2 answers

is MDBG (Managed debugger) for .NET free to use for commercial purposes?

i am making a project. for that i need to use a debugger. obsly MDBG is my first choice. but as i downloaded the sample and read the eula. it states that You may not use the software for commercial software hosting services. but this eula is…
Parv Sharma
  • 12,581
  • 4
  • 48
  • 80
-1
votes
1 answer

How to Invoke ICorDebug

In "MDbg Sample.zip" projects, invoke the function from COM Module as: [ComImport, Guid("3D6F5F61-7538-11D3-8D5B-00104B35E7EF"), InterfaceType((short) 1)] public interface ICorDebug { ... } The question is where to find the…
Sya_inn
  • 1
  • 1
-2
votes
2 answers

How to use Mdbg.exe or ICorDebug to print stack traces of all running threads of a process programmatically

How can I use Mdbg.exe or ICorDebug to print stack traces of all running threads of a process programmatically in c#? thanks.
mkus
  • 3,357
  • 6
  • 37
  • 45
1 2
3