View Single Post
  #1 (permalink)  
Old 11-27-2005
kovacm kovacm is offline
Registered User
 
Name: Michal Kovac
Organization: Charles University in Prague
Project: Ferda Data Mining
 
Join Date: Jan 2005
Posts: 60
Debugging Ice server or service

Hi,

in time I had Ice 2.1.2, when I executed my Ice application server in debugger and my code threw exception, debugger stoped application and showed exception.

In Ice 3.0.0 Ice catch this exception and shows it in console. The problem is, that I can not see the "application context" (variables,...) in place, where the exception occurs.

Is there any way, how can I Ice application server or IceBox service debug in debugger so debugger shows exceptions?

Thank you
Reply With Quote