Reputation: 821
Haven't used D6 in a long time. In trying to start D6, I now receive the following notice:
Your Just-in-Time Debugger is currently set to "C\ProgramData\verizon\debuggers\x86\cdb.exe" -pv -p %Id -c ".dump /u /m
C:\ProgramData\verizon\debuggers\crash_dumps\crash.dmp;.kill;qd"'. In order for Just-in-Time Debugging and Distributed Debugging features to work correctly, it needs to be changed to: "C:\D6\Bin\bordbg61.exe" -aeargs %Id %Id'. Do you want to change this setting?
When I answer "yes" to changing the setting, Delphi responds "Failed to set data for 'Debugger'". Then, Delphi 6 is minimized and won't respond.
My registry contains only 4 references to "C\ProgramData\verizon\debuggers\x86\cdb.exe"... . They are:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
"DbgManagedDebugger"="
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]
"Debugger"=
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework]
"DbgManagedDebugger"=
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug]
"Debugger"=
I have absolutely no idea what to do now. Any help will be appreciated.
Upvotes: 1
Views: 1907
Reputation: 11
Try it to run as administrator and if you're in other version of windows;
set "C:\Delphi\Borland\Delphi6\Bin\delphi32.exe"
Set Configuration
it should be work , at least for me it works.
I hope it helped you
Upvotes: 1