A null implementation of a debugger. All services return do nothing results.

Namespace:  Gallio.Runtime.Debugging
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class NullDebugger : IDebugger
Visual Basic (Declaration)
Public Class NullDebugger _
	Implements IDebugger

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Debugging..::.NullDebugger

See Also