[MonoDevelop] monodevelop svn can't find Mono.Debugging.Soft

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Jan 21 23:35:10 EST 2010


On Thu, Jan 21, 2010 at 8:36 PM, A.M. Abdelaziz <amamh3 at gmail.com> wrote:
> after looking at
> monodevelop/main/build/AddIns/MonoDevelop.Debugger.Soft
> and
> $prefix/lib/monodevelop/AddIns/MonoDevelop.Debugger.Soft
> all files are copied except Mono.Debugging.Soft.dll along with its .mdb file
> note: Debugging not Debugger
> I copied them manually, and now it works fine
> is that something wrong with monodevelop install script ??

Yes, the MonoDeveloper.Debugger.Soft.dll was split into two parts. The
new dll, Mono.Debugging.Soft.dll, is the soft debugger implementation
of the abstract classes in MD's Mono.Debugging.dll abstraction layer.
Since it does not depend on the rest of MD, it can therefore more
easily be used by MonoVS, and hence MD will benefit from bugfixes made
for MonoVS.

Unfortunately the makefiles accidentally installed this new dll into
the wrong directory. This has now been fixed.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list