While debugging the code with Nrf connect extension in VS code , code get stuck at the start only does not go any where getting the SIGNTRAP error continuous
While debugging the code with Nrf connect extension in VS code , code get stuck at the start only does not go any where getting the SIGNTRAP error continuous
Hello,
Which code you are working on? Can you let me know how to reproduce the issue you are having?
Are you using BLE?
Your code enters into SIGTRAP when you are debugging, does it work normally (if you just execute) without starting debugging?
I have never seen this issue, but definitely this seems related to the debugging specific thing.
Hello,
Which code you are working on? Can you let me know how to reproduce the issue you are having?
Are you using BLE?
Your code enters into SIGTRAP when you are debugging, does it work normally (if you just execute) without starting debugging?
I have never seen this issue, but definitely this seems related to the debugging specific thing.
Hi Naeem , Sorry for late reply , This issue get resolved, Yes you are correct it was issue related to VS code extension only and occurs very randomly. I have restarted the VS code, it got resolved .
Thanks for your response