Debug issue

Hi,

From several days, I can't debug my custom board.

Below you can find the configuration of Debug settings :

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
"version": "0.2.0",
"configurations": [
{
"type": "nrf-connect",
"request": "launch",
"name": "Launch active build configuration",
"config": "${activeConfig}",
"runToEntryPoint": "main"
},
{
"name": "Launch Build",
"type": "nrf-connect",
"request": "launch",
"config": "C:\\Users\\Vehizen\\Documents\\segger_workspace\\at_monitor\\build",
"runToEntryPoint": "main",
"serverpath": "C:/Program Files/SEGGER/JLink/JLinkGDBServerCL.exe",
},
{
"type": "nrf-connect",
"request": "attach",
"name": "Attach active build configuration",
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

When I use nrf-connect, I get this error : 

And when I try to use Cortex-Debug, everything seems okay but I get this message when I want to debug step by step:

I joined for you support information file below :

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
IMPORTANT: The data below could contain sensitive or confidential information about your environment.
If you do not wish this to be seen by others, please make sure to remove it before sharing.
For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.
{
"platform": {
"os": "win32",
"osVersion": "Windows 10 Home",
"osKernel": "10.0.22621",
"vscode": "1.82.2",
"electron": "25.8.1",
"node": "v18.15.0"
},
"system": {
"date": "2023-09-20T15:28:16.573Z",
"vscodeRoot": "c:\\Users\\Vehizen\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
"nrfConnectForDesktopInstalled": true,
"vscodeUptime": "01:52:46",
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX