> 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