Debugging build after flashing on Mac OS #55
Unanswered
erichotterbeefcurry
asked this question in
General
Replies: 1 comment 3 replies
-
Did you ever find a solution to this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've set up working containers for my team to build and flash programs to our dev boards, but am getting stuck on debugging. We mostly use nRF Development Kits like nrf52840DK, nordic tools (VS Code extensions, nrf Connect), and JLink while developing. However, after building and flashing, when I try to do west debug or attach, the program seems to be looking for files from the container (/workdir/...), which isn't present on the local side since we are using Macs and cannot flash inside the container. I'm wondering if anyone has done similar things and could offer some help, or if there's a guide on debugging with the nrf docker. Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions