Hi, > I think an easier solution is to generate mdb debug info using MS.NET > SRE. > The attached Compiler.diff implements this hack. The problem with this solution is that it will introduce a dependency on Mono (it needs a reference to Mono.CompilerServices.SymbolWriter.dll). It might be better to check if Mono.CompilerServices.SymbolWriter.dll is available and if it is use the mono symbolwriter, otherwise use the default MS symbolwriter.
> According to my experienced source information is not always correct but > is > +/-1 line correct. This may be a bug in the Mono runtime as well. Vbnc does not always emit correct symbol information, +/-1 line is normal, even more in some cases. Rolf -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 08/09/2006 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
