aws / amazon-freertos

DEPRECATED - See README.md
https://aws.amazon.com/freertos/
MIT License
2.54k stars 1.1k forks source link

How we can debug the amazon-freertos?? #3498

Closed horsemann07 closed 2 years ago

horsemann07 commented 2 years ago

Hello developers.

I want to know how we can debug the amazon-freertos on VS Code IDE. Is there any guide for to get started with?

I checked this link, but did not get much. I m using the esp32 and I know how to debug the esp-idf codes. But I don't get anything how we can debug the amazon-freertos codes.

Any comments on this will help.

System information

Thanks in advance for your input.

aggarg commented 2 years ago

As mentioned in the getting started guide, you can use command line tools to debug amazon-freertos. If you want to use VS Code, you can try this repo which contains example applications using our libraries - https://github.com/espressif/esp-aws-iot

horsemann07 commented 2 years ago

@aggarg Thanks for the reply, I will check this out.