"Andreas Knab" <[EMAIL PROTECTED]> writes: > I tried to compile the Mono Debugger > (http://www.go-mono.com/archive/mono-debugger-0.2.0.tar.gz), the make > process breaks in the lib folder because IMonoBinaryReader is missing > from Mono.CSharp.Debugger... > > > I found an entry in the changelog for Mono.CSharp.Debugger: > > 2003-02-05 Martin Baulig <[EMAIL PROTECTED]> > > Modified the symbol file format to speed up method looks by name > and cleaned this up a lot. > > * MonoSymbolFile.cs: New public class. This is now a public > class > and writes and reads the symbol file. > > * IMonoBinaryReader.cs: Removed. > > * MonoSymbolTable.cs: Set version number to 29. > > > > Will this be fixed any time soon, or is there a workaround?
Hi, I'm currently working on a new debugger release, I'll probably do it on sunday or monday. In the meantime, just use the latest CVS version. -- Martin Baulig [EMAIL PROTECTED] [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
