Loading a Debugging Extension (Windows Embedded CE 6.0)
1/5/2010
You can use a third-party debugging extension.
Note
If a debugging extension does not explicitly create a UI, then by default the extension will use the Target Control UI.
To load a debugging extension using the Debugger Extensions menu
While the debugger is running, from the Debug menu, choose Load Extension.
Navigate to the directory that contains the DLL that corresponds to the extension you want to load.
Select the DLL and then choose Open.
To load a debugging extension using .loadext in the Target Control window
From the Target menu, select Target Control.
The Windows CE Command Prompt window opens for Target Control debugging.
From the command prompt, enter the following text:
.loadext <MyExtensionDll>
Where
MyExtensionDll
is the name of the debugging extension you want to load.
To load a debugging extension using an extension loading folder
Create a directory named extensions, as shown in the following path:
Program Files/
Windows Embedded CEPlatform Builder/6.00/cepd/bin/extensions
.Copy the DLLs for all the debugger extensions you want to use to the folder you created in step 1.
When Windows Embedded CE is started, all extension DLLs in the extensions directory will be loaded automatically.