http://monodevelop.com/Downloadから Windows 8 x64 に Xamarin Studio 4.0.1 をインストールしました。Xamarin を実行したところ、4.0.3 に更新されました。F# バインディングをインストールしました。新しい F# コンソール プロジェクトを作成しました。実行すると、正常に動作します。ブレークポイントを設定して実行すると、次のエラーが発生します。なぜそれが起こるのですか?
System.Runtime.InteropServices.COMException (0x80070032): 要求はサポートされていません。(Exception from HRESULT: 0x80070032) at Microsoft.Samples.Debugging.CorDebug.NativeApi.ICorDebug.CreateProcess(String lpApplicationName, String lpCommandLine, SECURITY_ATTRIBUTES lpProcessAttributes, SECURITY_ATTRIBUTES lpThreadAttributes, Int32 bInheritHandles, UInt32 dwCreationFlags, IntPtr lpEnvironment, String lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION Microsoft.Samples.Debugging.CorDebug.CorDebugger.CreateProcess(String applicationName, String commandLine, SECURITY_ATTRIBUTES processAttributes, SECURITY_ATTRIBUTES threadAttributes, Boolean inheritHandles, Int32 creationFlags, IntPtr environment, String currentDirectory,