Is there a way for single step debugging?

Hello everyone,

I am a beginner of HiFive1, I was using arduino ide, but it lacks single step debugging, which decreased my working efficiency, because I need to do a lot of println stuff. I noticed that HiFive1 is also supported by Freedom SDK. Does Freedom SDK provide single step debugging?

Thanks,
Shao

Hi Shao,

Yes, Freedom E SDK provides single-step debugging. You may also want to get started with Freedom Studio, which is a more all-in-one solution and you don’t have to compile the toolchain:

1 Like

Noted. Thank you, Megan.