ExceptQ: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
mNo edit summary
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Software
{{Software
|Picture=
|Picture=NA.png
|Version=7.1 (2011)
|Version=7.1 (2011)
|Author=[[Steven Levine]]
|Author=[[Marc Fiammante]]
|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={{FileLink|ExceptQ}}.<br/> ExceptQ_7-11-6-shl_2023-02-23.zip<br/>ExceptQ_Dev_7-1.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.
 
Exceptq was created by [[Marc Fiammante]], and it was included on the OS/2 Developer's Connection. After version 6.5 other developers like Steve Levine and Rich Walsh took over to improve it.  


[[Category:Development Tools‎]]
[[Category:Development Tools‎]]
[[Category:Open Source Software]]

Latest revision as of 16:30, 22 February 2026

ExceptQ
Version 7.1 (2011)
Vendor
Author Marc Fiammante
License GNU GPL V2
Download ExceptQ.
ExceptQ_7-11-6-shl_2023-02-23.zip
ExceptQ_Dev_7-1.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.

Exceptq was created by Marc Fiammante, and it was included on the OS/2 Developer's Connection. After version 6.5 other developers like Steve Levine and Rich Walsh took over to improve it.