Hi all,
I'm trying to debug my nrf52480 with vs code.
I followed the nRF Connect for VS Code tutorials: Add an existing application, add build configuration and than I got this error
ERROR: PATH/TO/DIR doesn't contain a CMakeLists.txt FATAL ERROR: refusing to proceed without --force due to above error
currently I'm using the IAR to build so I don't have a CMakeLists.txt file. and it seems that I can't debug (which is my main goal) without it.
is there a way to debug using the nrf connect and keep my current build?
if not, how can I create CMakeLists file to build with the nrf connect but without it affecting any setting or any other thing?
alternatively, is there a way to debug with the vs code using the IAR debugger?