Martin Aliger <[EMAIL PROTECTED]> writes: > What means this message? : > error CS-0018: Cannot find any symbol writer
Hi, it means that you don't have any symbol writer installed. If you're on GNU/Linux, make sure you compiled and installed mcs/class/Mono.CSharp.Debugger. If you're on Windows, don't use --debug, you can't use debugging there. -- Martin Baulig [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
