|
Dump on Exception in C++ Service?
Hi,
Normally the ICE Service (C++) class catches all user exceptions and continues on happily. Is there a nice way to disable this behavior so that an exception simply causes the process to exit (so you can get a stack trace)? If the exception is generated from a call to another server, is there a good way to know what remote operation generated the exception?
Thanks,
|