[Mono-osx] Stack trace on Control+C

Chuck Esterbrook chuck.esterbrook at gmail.com
Wed Apr 9 04:18:48 EDT 2008


When I hit Control+C in a Python console program, I get a stack trace
which is quite useful. If for some reason I don't want that behavior,
I can catch KeyboardInterrupt.

I'd like to get a stack trace for Mono console programs when I hit
Control+C. Instead it exits with no message at all. I tried compiling
and running with debug flags, but that didn't change the behavior.

Is this possible?

Thanks,
-Chuck


More information about the Mono-osx mailing list