http://bugs.winehq.org/show_bug.cgi?id=22870
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Visual Studio remote |Microsoft Visual Studio |debugger msvsmon.exe does |2008: debugging |not launch debug target |applications through remote | |debugger "msvsmon.exe" | |fails
--- Comment #3 from Anastasius Focht focht@gmx.net 2012-02-15 16:35:44 CST --- Hello,
the log is badly interleaved. Next time use "append" mode (>>).
Judging from the trace log this might be Visual Studio 2008.
--- snip --- ... 0009:Call KERNEL32.CreateProcessW(0032fa54 L"C:\Remote_Debugger\msvsmon.exe",0013d4a8 L"C:\Remote_Debugger\msvsmon.exe /CHILDSERVER 5c 54 58 4c 48 "john.voltz@localhost" /silent-",00000000,00000000,00000001,00000084,00000000,00000000,0032f9c4,0032fa28) ret=0040e214 ... 0009:Ret KERNEL32.CreateProcessW() retval=00000001 ret=0040e214 ... 001b:Call KERNEL32.CreateProcessW(008fda0c L"C:\Remote_Debugger\msvsmon.exe",00141020 L"C:\Remote_Debugger\msvsmon.exe /CHILDSERVER 84 /noauth 80 4c 48 "localhost:4015" /silent-",00000000,00000000,00000001,00000084,00000000,00000000,008fd97c,008fd9e0) ret=0040e214 ... 001b:Ret KERNEL32.CreateProcessW() retval=00000001 ret=0040e214 ... 001b:Call KERNEL32.CreateFileW(008fd858 L"\\.\pipe\Microsoft.VisualStudio.9.0.Remote\john.voltz",c0000000,00000003,00000000,00000003,00110080,00000000) ret=0046d9ea ... 001f:Starting process L"C:\Remote_Debugger\msvsmon.exe" (entryproc=0x414b62) ... 001f:Call KERNEL32.CreateProcessW(0033f8dc L"C:\Remote_Debugger\msvsmon.exe",0013d758 L"C:\Remote_Debugger\msvsmon.exe /CHILDSERVER 7c /noauth 0 4c 48 "localhost:4015" /silent-",00000000,00000000,00000001,00000084,00000000,00000000,0033f84c,0033f8b0) ret=0040e214 ... 001f:Ret KERNEL32.CreateProcessW() retval=00000001 ret=0040e214 ... 0024:Call KERNEL32.CreateProcessW(009fe730 L"C:\putty-src\WINDOWS\MSVC\PAGEANT\Debug\pageant.exe",009dc524 L""C:\putty-src\WINDOWS\MSVC\PAGEANT\Debug\pageant.exe" C:\me.ppk",00000000,00000000,00000001,04000016,00000000,006e5204 L"C:\putty-src\WINDOWS\MSVC\PAGEANT\Debug\",00679aa4,00afe9d0) ret=00476799 ... 0026:Call KERNEL32.__wine_kernel_init() ret=7bc4f353 ... 0024:Ret KERNEL32.CreateProcessW() retval=00000001 ret=00476799 ... 0024:Call KERNEL32.WaitForDebugEvent(00afea08,00000032) ret=004702b6 0024:Ret KERNEL32.WaitForDebugEvent() retval=00000001 ret=004702b6 ... 0023:Starting process L"C:\Remote_Debugger\msvsmon.exe" (entryproc=0x414b62) ... --- snip ---
Refining summary.
Regards