DebuggableAttribute.DebuggingModes Enumeration

Specifies the debugging modes supported in the .NET Micro Framework.

Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll)

Syntax

[FlagsAttribute]
public enum DebuggableAttribute.DebuggingModes

Members

  Member name Description
Default A value specifying the default debugging mode.
DisableOptimizations A value specifying that compiler optimizations should be turned off when debugging is in progress.
EnableEditAndContinue A value specifying that the Edit and Continue feature should be enabled.
IgnoreSymbolStoreSequencePoints A value specifying that symbol store sequence points should be ignored.
None A value specifying that the debugging mode is not specified.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, and 4.1.

See Also

Reference

System.Diagnostics Namespace