I've got a legacy Delphi 6 program that's worked fine on many earlier versions of Windows but that crashes on Windows 10. To debug the problem, I've installed Delphi 6 with updates 1 + 2 on a Windows 10 machine. When Delphi starts, it says the Just-in-Timer debugger is set to bordbg60.exe but needs to be changed to bordbg61.exe. If I answer "Yes", Delphi announces "Failed to set data for 'Debugger'" and hangs. If I answer "No", Delphi proceeds and apparently works OK, including debugging features like stepping through lines of code, although I haven't yet found the cause of the Windows 10 crash.
Do I really need to change from bordbg60.exe to bordbg61.exe, and if so how can I do that since approving the change fails?