Scenario:
- Delphi did a non-normal shutdown.
- When I restarted I got the messages “Could not find xxxxx.bpl – Would you like to load this next time?” (NOTE: not exact language of message; but close). It did this on a couple files.
- Unfortunately I said “No – Don’t Load on next Startup” and also did not note the specific bpl file names. I do recall they were in the CodeGear directory. This was stupid/lazy on my part.
- Delphi loads and compiles but there is no Debugging available (basically all the options under the Run menu are disabled).
- Under Tools->Options->Debugger Options there is no CodeGear Debuggers.
So basically I have totally disabled the debugging. Anyone know how I can get it back?
First check that you did not destroy critical elements in the Windows
PATHenvironment variable. That will prevent core elements of the IDE from loading, even if the registry settings are correct.Next, try saving this as bdsfix.reg then run it by double-clicking it:
Second attempt, if the above does not work is to back up (export to .reg file from regedit) the following key and then very carefully, rename this registry key:
HKEY_CURRENT_USER\Software\Borland\BDS\5.0(Delphi 2007 specific)I recommend renaming it to
HKEY_CURRENT_USER\Software\Borland\BDS\4.0(Makes it invisible to 2007 but easily recoverable)For more recent delphi versions, look under HKEY_CURRENT_USER\Software\Codegear or HKEY_CURRENT_USER\Software\Embarcadero for a
BDSsub-folder, and then a number, XE is 8.0 or XE2 is 9.0.This will reset your local login account’s delphi settings to factory install defaults.
You can add back in the contents of `HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Known Packages’ to get back your additional third party packages.
Update The OP was actually missing the file
dbkdebugide100.bpl