namespace Mono.Debugger.Soft { // Keep it in sync with debugger-agent.h public enum SuspendPolicy { None = 0, EventThread = 1, All = 2 } }