Hi, Im trying to get the debugger working in VSCode using the new nrfConnect for VSCode, while following the Youtube series for nRF Connect in VSCode. Im using the following versions:
nRF52840DK
nRF-Connect-2021.8.579.vsix
nRF-Terminal-2021.8.13.vsix
kconfig-lang-2021.8.3.vsix
devicetree-2021.8.2.vsix
In addition, Ive downloaded nRF Connect V3.7 and nRF Connect SDK V1.6.1.
I added the following lines to path, which got me a little further:
Now I get the following errors in the VSCode Debug Console:
The last line in the output is "Starting target CPU..."
My CMakeLists.txt looks like this, most of this is just adding stuff to see if it works:
What are the points Im missing to get debugger to work in VSCode?