Alistair Leslie-Hughes writes:
> +{
> +HANDLE handle, thread;
> +DuplicateHandle(GetCurrentProcess(), lpProcessInformation->hProcess,
> +GetCurrentProcess(), &handle, 0, FALSE,
> DUPLICATE_SAME_ACCESS);
> +DuplicateHandle(GetCurrentProcess(), l
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'
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