Hello,

Hello,

Hi Jonathon,
I never used visual code to debug any microcontroller. I do not understand where exactly you want to add path.OR else you can let me know how to debug the feather using external board with other software.
Can you be more specific ?
I am sharing the location which you mentioned and made same changes as per my understanding but still giving me same error.



Question:
setting in launch.jason are correct ?
Hi Jonathon,
I never used visual code to debug any microcontroller. I do not understand where exactly you want to add path.OR else you can let me know how to debug the feather using external board with other software.
Can you be more specific ?
I am sharing the location which you mentioned and made same changes as per my understanding but still giving me same error.



Question:
setting in launch.jason are correct ?
Hi,
Here is a link to a similar case using GDB, look at the jason file provided there as a guide
Link: https://devzone.nordicsemi.com/f/nordic-q-a/66825/jlinkgdbserver-could-not-connect-to-target
Here is a link to the segger wiki: https://wiki.segger.com/J-Link_Visual_Studio_Code
and maybe take a look at this https://github.com/Marus/cortex-debug/wiki, and see the ..examples you may find useful.
I have not tried this personally for the time being, but i will try to figure out the problem and test it myself some time.
Regards,
Jonathan
Hi Jonathan,
I have done some changes to the Launch. Jason file.

just added the one line
Hi,
Try attach instead.
"request":"attach",
Alternatively you could try to use SEGGER to debug.
Regards,
Jonathan