-->
Page 1 of 1

ESP 8266 Live Debugging

PostPosted: Thu Dec 20, 2018 7:37 am
by mysran
Hello,

I tried debugging using Platform IO on Visual Code. I was able to compile and upload the code to the device but debugging part was not happening. When I read about this, there were mention about some hardware problem with ESP8266 which it does not allow it to put breakpoints and run live debug on it

As posted in many blogs and sites I also followed
https://blog.attachix.com/live-debuggin ... 66-part-4/
for live debugging of esp8266 using Eclipse CDT and Sming framework. This is basically for Linux OS, and also a bit confusing as to it lacks what it is trying to do with each step. Request anyone to post a better procedure to live debug the ESP8266.

Regards,
mysran

Re: ESP 8266 Live Debugging

PostPosted: Thu Dec 20, 2018 11:34 pm
by mysran
Hello,

Request help on the below post. Live debugging with Eclipse CDT and sming framework mentions of creating 2 projects one referring to the Sming/Sming folder and another to Basic_Debug which is in Sming\samples folder. My question is if I have my own program to debug where is the provision to debug that by enabling breakpoints.

Regards,
mysran