Share via


Run Your Console Application (Compact 2013)

3/26/2014

After you add your test code and rebuild and deploy the operating system, you can begin testing by running your console application on the target device.

Note

The first time you run your console application, you may want to set breakpoints in the initialization source code for both the console application and the stream driver. Setting breakpoints helps you verify that Device Manager is loading the driver as expected when the console application calls ActivateDeviceEx.

To run your console application

  1. On your target device or virtual CEPC, click the Start menu, and then click Run.

  2. Type StreamDriverTest and then click OK.

This procedure launches your test application and halts Platform Builder on any previously set breakpoints.

See Also

Concepts

Test Your Driver by Using a Console Application