Unsupported Tools

This is a list of tools that I wrote but for which I do not give any support. That includes no installation support. Use those tools at your own risk.

Delphi F12 Debug Hotkey support
This RAD Studio IDE plugin enables the F12 debug hotkey that Microsoft disabled by default for Windows Vista, 7, 8, 8.1 and Windows 10.
This is an IDE DLL-Expert. So you have to install it by adding a new string value in “HKCU\Software\Embarcadero\BDS\x.0\Experts”.

Delphi Debugger Callstack Resolver
This RAD Studio IDE plugin colors different instructions in the CPU view and shows absolute and memory address jump/call targets. It also uses *.jdbg to show more information.
Supports Delphi 2009-10.3
This is an IDE DLL-Expert. So you have to install it by adding a new string value in “HKCU\Software\Embarcadero\BDS\x.0\Experts”.

LibExportRemover
This command line tool can be used to remove exported symbols from *.lib (OMF) and *.obj (OMF ) in order to get ilink32 to link the project that fails because of too many exported symbols.

Name IDE Version File Size Downloads Added
LibExportRemover C++Builder LibExportRemover.zip 41.29 KB 1215 times 2012-03-12
Delphi F12 Debug Hotkey support Vista-10 DelphiF12HotKeySupport.7z 24.58 KB 1139 times 2016-11-29
Debugger Callstack Resolver 2009-10.3 DebuggerCallStackResolver.7z 1.01 MB 1130 times 2018-12-08

History:

  • 2018-12-08: Updated Delphi Debugger Callstack Resolver (10.2 Tokyo and 10.3 Rio support)
  • 2017-08-15: Added Delphi Debugger Callstack Resolver
  • 2016-11-26: Added support for Windows 8, Windows 8.1 and Windows 10.
  • 2012-02-03: DelphiF12HotKeySupport now works with the latest updates for Vista.