The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

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!

It solves [WayBackdebugging – 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:

  1. Create the directory C:\Users\Public\Documents\Embarcadero\Studio\Experts\DelphiF12HotKeySupport
    • This is because Embarcadero uses C:\Users\Public\Documents\Embarcadero\Studio as base directory for installing various Experts in directories for each specific Delphi version and aa for FireDAC settings in that global directory.
  2. Copy the dll there so the file is C:\Users\Public\Documents\Embarcadero\Studio\Experts\DelphiF12HotKeySupport\DelphiF12HotKeySupport.dll
  3. 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


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

This site uses Akismet to reduce spam. Learn how your comment data is processed.