Opened 11 years ago

Last modified 7 years ago

#105 new enhancement

Add EXCEPTQ support

Reported by: dmik Owned by:
Priority: major Milestone: next
Component: odin Version: 0.8.9
Severity: medium Keywords:
Cc:

Description

EXCEPTQ is a great library that generates nice trap reports when the application crashes. It is very handy given that we have no stable debugging tools and debugging sometimes is very difficult.

Adding this is very simple, see e.g. https://github.com/bitwiseworks/mozilla-os2/issues/34 for more details.

Change History (2)

comment:1 by Silvan Scherrer, 7 years ago

wouldn't a build against libcx resolve that?

comment:2 by dmik, 7 years ago

More or less, but we should bear in mind that Odin32 has its own exception handler and trap report generator and this one uses parts of EXCEPTQ IIRC (source wise).

Note: See TracTickets for help on using tickets.