[Mono-list] debuging ...
Hans-Jürgen Schönig
mono@cybertec.at
Thu, 15 Aug 2002 18:07:39 +0200
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
According to the debugging information on www.go-mono.org i think that
there should be some additional files such as main-debug.s or so.
Can anybody help me? Is there some more information about using GDB and
Mono?
Regards,
Hans