[Mono-dev] [PATCH] mono-debugger 0.11: Fix search for wrapper location

Miguel de Icaza miguel at ximian.com
Thu Jan 5 08:50:46 EST 2006


Hello,

> mono-debugger 0.11 searches for mono-debug-mini-wrapper in the 
> directory where the executing program (e.g. mdb.exe) is located. This 
> obviously works fine for mdb.exe but does not work without ugly hacks if 
> another debugging client is used (e.g. X-develop).
> 
> The attached patch solves this problem by searching for the wrapper in 
> the directory where mscorlib.dll is located instead.

The patch has been applied to SVN.



More information about the Mono-devel-list mailing list