Quantcast
Channel: CodeCentral Submissions
Viewing all articles
Browse latest Browse all 1693

DebugDelphi 11.0 - Debug terminal for 32 bit applications

$
0
0
DebugDelphi is a tool to display programmed error messages of 32 bit applications in a window. (A 64 bit shareware edition is also available via ShareIt.)One intention when developping DebugDelphi was to make the programming of error messages as simple as possible. This target was fully achieved:Just include the interface to DebugDelphi in the Uses-statement of the unit and put a WriteLn - statement where ever you need it. This assures that all the formatting features of the WriteLn procedure can be used.Additionally error messages can be classified. Every error class can be separately switched on and off. This guarantees that the WriteLn - statement doesn't need to be enclosed in {$IFDEF/$ENDIF} directives. The unwanted error messages are simply switched off. Every error class uses a separate output channel in DebugDelphi.API for deleting the debugging window or inserting empty lines also supplied.A few of the other features:Supports all Delphi versions from Delphi 5 up to Delphi 10.132000 messages can be displayed simultaneously in the message windowPrint selected messagesCopy selected messages into clipboardSave all messages into a fileOptionally add error class, date and time to each message

Viewing all articles
Browse latest Browse all 1693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>