namespace Cosmos.VS.DebugEngine { public static class CmdIDList { public const int DebugLaunchCmdID = 0x0100; public const int DebugExecCmdID = 0x0101; public const int DebugLogCmdID = 0x0102; } }