Share via


DebugJoinOnlyOnThisError (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the DebugJoinOnlyOnThisError setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string that specifies a decimal error code that causes DebugJoin to start only if Windows Embedded 8 Standard (Standard 8) Setup encounters that particular error.

Set to 0 (zero) to specify that any error triggers the debug routine. DebugJoin must be set to true for this setting to function.

Do not create an empty value for this setting. Do not change this setting when you configure the unattended configuration file.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

UnattendedJoin

Products/Embedded Core/UnattendedJoin/Identification/DebugJoinOnlyOnThisError

XML Example

The following XML example shows how to set DebugJoin to start only if error 1355 occurs.

<Identification>
   <DebugJoin>true</DebugJoin>
   <DebugJoinOnlyOnThisError>1355</DebugJoinOnlyOnThisError>
<Identification>

See Also

Concepts

Embedded Core Settings