Martin Aliger <martin_aliger@email.cz> 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 martin@gnome.org