EurekaLog is an exception tracer tool for RAD Studio (Delphi and C++ Builder). It allows you to catch every crash (exception), hang, and leak, directly on the end-user PC (without need to install/use the debugger or IDE). It creates a detailed bug report, including human-readable call stack (with names and line numbers), along with the application and system’s info. Bug reports can be…
Deleaker finds all kinds of leaks in applications written in Delphi and C++ Builder: objects, memory, handles, and GDI. It tighly integrates with RAD Studio to assist developers while debugging process to catch leaks.
Softanics makes tools for developers since…
10.4 Patch #2 fixes the issue where debugging could be unstable and show an unexpected dialog.
Last month, I posted about an issue in 10.4 that caused instability debugging.
Yesterday, we released patch #2 for 10.4. This resolves this issue debugging, and I strongly…
10.4 Patch #2: Delphi code completion and IDE fixes
July 21, 2020
10.4 Patch #2, released yesterday, makes many tweaks and changes to DelphiLSP code completion
Delphi 10.4 redesigned Code Insight, one of the most significant changes to the Delphi IDE in a decade. It’s now asynchronous and responsive, and uses the compiler as a service in a LSP server. It’s been very well received, with many people who had problems with code completion in the past now…