ExceptQ: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
mNo edit summary
Jugbogdan (talk | contribs)
mNo edit summary
Line 4: Line 4:
|Author=[[Steven Levine]]
|Author=[[Steven Levine]]
|License=GNU GPL V2
|License=GNU GPL V2
|Download=[https://hobbes.nmsu.edu/download/pub/os2/util/exceptq71.zip exceptq71.zip]<br/>[https://hobbes.nmsu.edu/download/pub/os2/dev/util/exceptq71-dev.zip exceptq71-dev.zip]
|Download=[exceptq71.zip]<br/>[exceptq71-dev.zip]
}}
}}
Exceptq creates a debugging report whenever your program encounters an unhandled fatal exception, for example an access violation. It ignores exceptions that result from a program's normal operation such as signal exceptions. It is designed to be the last handler in the chain before the exception is passed to the system or runtime handler which terminates the process.
Exceptq creates a debugging report whenever your program encounters an unhandled fatal exception, for example an access violation. It ignores exceptions that result from a program's normal operation such as signal exceptions. It is designed to be the last handler in the chain before the exception is passed to the system or runtime handler which terminates the process.


[[Category:Development Tools‎]]
[[Category:Development Tools‎]]

Revision as of 21:12, 26 July 2023

ExceptQ
[[File:|300px]]
Version 7.1 (2011)
Vendor
Author Steven Levine
License GNU GPL V2
Download [exceptq71.zip]
[exceptq71-dev.zip]
Website

Exceptq creates a debugging report whenever your program encounters an unhandled fatal exception, for example an access violation. It ignores exceptions that result from a program's normal operation such as signal exceptions. It is designed to be the last handler in the chain before the exception is passed to the system or runtime handler which terminates the process.