I can't debug Arduino zero compatible board using J-link OB, how can i do ?
Hi @518digerati. Some special configuration is needed to use the Arduino IDE 2.x integrated sketch debugger with the J-Link debug probe. You install the "J-Link GDB Server Software" and then add a file named debug_custom.json that specifies the location of that J-Link GDB Server tool on your computer to each of the folders of the sketches you will be debugging.
You can learn about how to do this by reading this tutorial:
Please let me know if you have any questions or problems while following the tutorial.





