[MonoDevelop] Debugging under Windows (MonoDevelop 2.6 Beta1)

Lluis Sanchez Gual slluis.devel at gmail.com
Thu Mar 10 03:28:03 EST 2011


The debugger only supports 32bit applications. Make sure you have x86 as
target platform, and not AnyCPU.

El dj 10 de 03 de 2011 a les 11:16 +0300, en/na alex va escriure:
> Hello 
> 
> I tried to use debugger on my project and observed the following. 
> The same result I observed on stable version 2.4.2
> Seems to me I use wrong options for building. Could you please help me?
> 
> ---------------------- LOG ------------------------------------
> The debugger's protocol is incompatible with the debuggee. (Exception from HRESULT: 0x8013134B).
> 
> System.Runtime.InteropServices.COMException (0x8013134B): The debugger's protocol is incompatible with the debuggee. (Exception from HRESULT: 0x8013134B)
>    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 lpProcessInformation, CorDebugCreateProcessFlags debuggingFlags, ICorDebugProcess& ppProcess)
>    at Microsoft.Samples.Debugging.CorDebug.CorDebugger.CreateProcess(String applicationName, String commandLine, SECURITY_ATTRIBUTES processAttributes, SECURITY_ATTRIBUTES threadAttributes, Boolean inheritHandles, Int32 creationFlags, IntPtr environment, String currentDirectory, STARTUPINFO startupInfo, PROCESS_INFORMATION& processInformation, CorDebugCreateProcessFlags debuggingFlags)
>    at Microsoft.Samples.Debugging.CorDebug.CorDebugger.CreateProcess(String applicationName, String commandLine, String currentDirectory, IDictionary`2 environment, Int32 flags)
>    at MonoDevelop.Debugger.Win32.CorDebuggerSession.OnRun(DebuggerStartInfo startInfo)
>    at Mono.Debugging.Client.DebuggerSession.<>c__DisplayClassc.<Run>b__a()
> 
> 




More information about the Monodevelop-list mailing list