View Single Post
  #1 (permalink)  
Old 04-21-2008
acbell acbell is offline
Registered User
 
Name: Andrew Bell
Organization: Iowa State University
Project: National Resources Inventory
 
Join Date: Jan 2005
Location: Ames, IA, USA
Posts: 89
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,
Reply With Quote