Configuration field variables

nRF Connect for VS Code

tags
nRF Connect for VS Code

The debug configuration supports extension variables that are resolved when the debug session starts. You can use these variables in fields such as debugServerAddress, inferiors, setupCommands, and postRemoteConnectCommands.

Variable Description
${activeConfig} Path of the active build configuration.
${device} SEGGER J-Link device identifier, for example nRF52840_xxAA.
${port} Automatically selected port on the local host.
${deviceId} Serial number of the selected device.