Delphi F12 Debug Hotkey for Windows 8.1 and 10 | Andy’s Blog and Tools
Posted by jpluimers on 2016/11/28
Yes. Yes. Yeesssss!
- [Archive.is] Delphi F12 Debug Hotkey for Windows 8.1 and 10 | Andy’s Blog and Tools
- [Archive.is] Unsupported Tools | Andy’s Blog and Tools
- [Arvhive.is] actual download at DelphiF12HotKeySupport.7z
- [WayBack] Debuggen unter D6/Win7 64 – Programmierwerkzeuge – Sonstige Programmierung – Entwickler-Ecke
It solves [WayBack] debugging – F12 not working in Delphi debugger on Windows 7/8 – Stack Overflow
Due to robots.txt the site cannot be archived in the WayBack machine, so I’m keeping a local copy of any http://andy.jgknet.de/blog/wp-content/plugins/download-monitor/download.php?id=* files.
This is how I installed the extracted DelphiF12HotKeySupport.dll:
- Create the directory
C:\Users\Public\Documents\Embarcadero\Studio\Experts\DelphiF12HotKeySupport- This is because Embarcadero uses
C:\Users\Public\Documents\Embarcadero\Studioas base directory for installing various Experts in directories for each specific Delphi version andaafor FireDAC settings in that global directory.
- This is because Embarcadero uses
- Copy the dll there so the file is
C:\Users\Public\Documents\Embarcadero\Studio\Experts\DelphiF12HotKeySupport\DelphiF12HotKeySupport.dll - Run the below registry script so it gets registered in Delphi 2007 and Delphi 2010…XE*…10.0Seattle (I don’t run 10.1Seattle because of SSD size issues):
DelphiF12HotKeySupport.Experts.reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\CodeGear\BDS\6.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\CodeGear\BDS\7.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\8.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\10.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\11.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\120.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\13.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\14.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\15.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\16.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\17.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" [HKEY_CURRENT_USER\Software\Embarcadero\BDS\18.0\Experts] "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll"
–jeroen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\CodeGear\BDS\6.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\CodeGear\BDS\7.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\8.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\10.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\11.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\120.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\13.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\14.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\15.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\16.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\17.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |
| [HKEY_CURRENT_USER\Software\Embarcadero\BDS\18.0\Experts] | |
| "DelphiF12HotKeySupport"="C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\Experts\\DelphiF12HotKeySupport\\DelphiF12HotKeySupport.dll" | |






Leave a comment