[Mono-list] Debugging NUnit Test Cases

Miguel de Icaza miguel@ximian.com
12 Mar 2002 18:49:27 -0500


> Also, why is the default for some assemblies, such as System.dll, omit
> debugging information?  (<property name="debug" value="false"/>)

This is an oversight, we should generate debugging information by
default (after all, the project will need as much help here as
possible).

Feel free to turn on the debugging generation in any build files you run
into.

MIguel