Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7160949
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:28:57+00:00 2026-05-28T13:28:57+00:00

Scenario: Delphi did a non-normal shutdown. When I restarted I got the messages Could

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T13:28:58+00:00Added an answer on May 28, 2026 at 1:28 pm

    First check that you did not destroy critical elements in the Windows PATH environment 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:

    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Known IDE Packages]
    "$(BDS)\\Bin\\asmview100.bpl"="Assembly Browser Package"
    "$(BDS)\\Bin\\codetemplates100.bpl"="(Untitled)"
    "$(BDS)\\bin\\coreproide100.bpl"="Core IDE Pro Package"
    "$(BDS)\\Bin\\dbkdebugide100.bpl"="(Untitled)"
    "$(BDS)\\bin\\dbkdebugproide100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\dotnetcoreide100.bpl"=".NET Core IDE Package"
    "$(BDS)\\bin\\exceptiondiag100.bpl"="(Untitled)"
    "$(BDS)\\bin\\fileexplorer100.bpl"="(Untitled)"
    "$(BDS)\\bin\\historyide100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\htmlhelp2100.bpl"="Borland HtmlHelp Viewer"
    "$(BDS)\\bin\\idefilefilters100.bpl"="IDE File filters"
    "$(BDS)\\bin\\plugview100.bpl"="Pluggable Tree View Package"
    "$(BDS)\\Bin\\projecttargets100.bpl"="(Untitled)"
    "$(BDS)\\bin\\refactoride100.bpl"="Borland Core Refactoring Package"
    "$(BDS)\\Bin\\startpageide100.bpl"="Borland Start Page IDE Package"
    "$(BDS)\\bin\\todoide100.bpl"="Borland ToDo"
    "$(BDS)\\Bin\\delphidotnetcore100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\DataExplorer100.bpl"="(Untitled)"
    "$(BDS)\\bin\\htmide100.bpl"="(Untitled)"
    "$(BDS)\\bin\\htmltidy100.bpl"="(Untitled)"
    "$(BDS)\\bin\\mlcc100.bpl"="(Untitled)"
    
    [HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Known IDE Packages\Delphi]
    "$(BDS)\\Bin\\delphicompro100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\delphicoreproide100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\delphide100.bpl"="Delphi Win32 IDE Personality"
    "$(BDS)\\Bin\\delphierrorinsite100.bpl"="Delphi Error Insite Package"
    "$(BDS)\\Bin\\delphipro100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\comcore100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\delphivclide100.bpl"="Delphi VCL Designer IDE Package"
    "$(BDS)\\Bin\\vclmenudesigner100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\win32debugide100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\win32debugproide100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\iteidew32100.bpl"="(Untitled)"
    "$(BDS)\\Bin\\TGIDE100.bpl"="Borland Together IDE Integration"
    "$(BDS)\\Bin\\unittestide100.bpl"="(Untitled)"
    

    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 BDS sub-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

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How could i implement Type-Safe Enumerations in Delphi in a COM scenario ? Basically,
Scenario You've got several bug reports all showing the same problem. They're all cryptic
I'm interested in creating a challenge / response type process in Delphi. The scenario
Here I got a scenario: When I press a button in client application (developed
Scenario: Delphi 2010 running the latest Indy version from svn trunk. I have an
I have problems to get generics to work in the following scenario: Delphi provides
This is my first time using BalloonHints. I'm using Delphi 2010. I'm not sure
hey im working on delphi 7, and i have a scenario for a available
Scenario: A stored procedure receives from code a DateTime with, let's say DateTime.Now value,
Scenario: You have an ASP.Net webpage that should display the next image in a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.