> How do I figure out what line of code is referred to in a Mono stack
>  dump?  I'm sure this has been answered before but I certainly couldn't
>  find it in my search of the list archives.

Compile with:

        mcs -g ....

Run with:

        mono --debug program.exe

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to