Anyway to debug arduino code?

Hi Beegee or Carl,
I am looking to debug in details like step/stop/variable view like how you can do in eclipse? Is there a way debug the arduino code? if yes how?

i learnt how to upload code via UART. Thanks for your videos

Thanks for being awesome!

Hi @rdre ,

I can share you a guide provided by our R&D team. I am a printfer person so I rarely used debuggers.

When you compile your RUI3 code in Arduino, you can debug using the generated .elf file.

You can get more info from this guide.

How to use RAKDAP1 to debug RUI3 app.pdf (568.4 KB)

This one uses pyOCD and GDB Server/Client and not via Eclipse.