I'm trying to debug an application however there is no documentation on how to set up the debug.
How come nRF connect is selecting the HEX file. I want it to select the ELF!
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: go.microsoft.com/.../
"version": "0.2.0",
"configurations": [
{
"type": "nrf-connect",
"request": "launch",
"name": "Launch active build configuration",
"config": "${activeConfig}",
"runToEntryPoint": "main"
},
{
"name": "Launch build_opito_ns",
"type": "nrf-connect",
"request": "launch",
"config": "c:\\opito\\zephyr\\opito_mqtt\\build_opito_ns",
"runToEntryPoint": "main"
}
]
}