更新 : 2007 年 11 月
エラー メッセージ
/debug のオプション 'option' が無効です。full か pdbonly を指定してください。
無効なオプションが /debug コンパイラ オプションに渡されました。
次の例では CS1902 エラーが生成されます。
// CS1902.cs
// compile with: /debug:x
// CS1902 expected
class x
{
public static void Main()
{
}
}