Enum DebuggerCaps
Enumeration of capabilities for a debugger
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum DebuggerCaps
CanDebugByteCode
Flag set if the can debug VM bytecode
CanDebugSourceCode
Flag set if the debugger can debug source code
HasLineBasedBreakpoints
Flag set if the debugger uses breakpoints based on lines instead of tokens