[omniORB] debugging with omniORB

dcmay@object-workshops.com dcmay@object-workshops.com
Thu, 7 Oct 1999 13:17:31 -0400


> Any other suggestions on ways to make debugging easier are
> most welcomed.

This suggestion is platform specific to MS VC++ 5.0 (and probably 6.0):

You can also set the MS Developer Studio (debugger) to stop when the
exception is being thrown, rather than waiting to try to trace the problem
after it is caught. This handy little feature can be accessed from "Debug /
Exceptions..." on the MSDev menu. Select the last item in the list of
exceptions (e06d7363 Microsoft C++ Exception) and select "Stop Always".
Press "Change" or "OK".

Voila! the debugger stops at the throw statement.

Other debugger environments may also support such behavior.

Regards,
Dietmar