-
Notifications
You must be signed in to change notification settings - Fork 1
Usage Examples
Nakagome Tomoyuki edited this page Sep 7, 2017
·
1 revision
These stories are based on real issues that happened at customer sites. It is generally difficult to insert debug code to the target programs when software issues are encountered in the production or lab systems. Libexray allows anyone to collect traces from C++ exception without recompiling the target programs.
Example 1 - Memory allocation failure
Example 2 - Access to broken object