[All]
How to specify which Just-In-Time Debugger to use
Abstract: How to specify which Just-In-Time Debugger to use
How to specify which Just-In-Time Debugger to use
Product Name:��C++Builder�
Product Version:��All�
Product Component:��Debugger�
Platform/OS Version:� AllDescription:
I would like to change the Just-In-Time Debugger setting for my system.� How can this be done?
Answer/Solution:
You may�toggle which Just-In-Time Debugger is used by modifying the following Registry key value:
���� --------------------
���� HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
���� --------------------
To use C++Builder 6's debugger, set the value to:
���� --------------------
���� "C:\Program Files\Borland\Cbuilder6\Bin\bordbg61.exe" -aeargs %Id %Id
���� --------------------
To use the default Windows debugger, Dr. Watson, set the value to:
���� --------------------
���� drwtsn32 -p %ld -e %ld -g
���� --------------------
Author:� Yu-Chen Hsueh