[Mono-list] Get to actual source line from stack dump

Miguel de Icaza miguel@ximian.com
Wed, 21 Jan 2004 14:34:59 -0500


> 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