Interface IScriptDebugger
Provides methods and properties that allow developers to debug applications in the common language runtime (CLR) environment.
public interface IScriptDebugger : IScriptDebuggerBase
Properties
- RedirectConsoleOutput
If true, the debuggee console is hidden and the output is redirected into debugger Output. Default is
false
.
- ServerLogDirectory
Specifies the debugger server log directory location. Default is null.