Hans-J�rgen Sch�nig <[EMAIL PROTECTED]> writes: > I have tried to use the "-g" flag of the C# compiler. > Somehow it doesn't work because there seem to be some files missing: > > [hs@duron exception]$ mcs -g main.cs > Compilation succeeded > [hs@duron exception]$ ls > main.cs main.exe
Hi, currently, MCS doesn't abort if you use "-g" and don't have the symbol writer installed, I'll fix this soon. In the meantime, make sure you compiled and installed mcs/class/Mono.CSharp.Debugger. -- Martin Baulig [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
