Re: [2/2] mscoree: Implement ICorDebug CreateProcess

2011-11-07 Thread Alexandre Julliard
Alistair Leslie-Hughes writes: > +{ > +HANDLE handle, thread; > +DuplicateHandle(GetCurrentProcess(), lpProcessInformation->hProcess, > +GetCurrentProcess(), &handle, 0, FALSE, > DUPLICATE_SAME_ACCESS); > +DuplicateHandle(GetCurrentProcess(), l

Re: [2/2] mscoree: Implement ICorDebug CreateProcess

2011-11-05 Thread Alistair Leslie-Hughes
Hi Vincent, On 5/11/2011 2:06 AM, Vincent Povirk wrote: I'm curious why you've chosen to work on this. Is there a program relying on this, or do you have some .NET debugging tools you'd like to use? Or are you thinking we'd implement our own debugging tool as well (perhaps extending winedbg)? I'

Re: [2/2] mscoree: Implement ICorDebug CreateProcess

2011-11-04 Thread Vincent Povirk
I'm curious why you've chosen to work on this. Is there a program relying on this, or do you have some .NET debugging tools you'd like to use? Or are you thinking we'd implement our own debugging tool as well (perhaps extending winedbg)? Better debugging tools for wine/mono would definitely be nic