C# (CSharp) Mono.Debugger Module - 11 examples found. These are the top rated real world C# (CSharp) examples of Mono.Debugger.Module extracted from open source projects. You can rate examples to help us improve the quality of examples.
A module is either a shared library (containing unmanaged code) or a dll (containing managed code). A module maintains all the breakpoints and controls whether to enter methods while single-stepping.