-
Notifications
You must be signed in to change notification settings - Fork 132
V4 esp8266 gdbstub did not work , now it does... #593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the input :-) |
@freeck Did you get this to work with the newer versions already? |
I reported this issue at esp8266/Arduino#2663 |
If I understand this is a issue for my hardware repository to state that only 1.6.5 is supported |
Yes, correct. When I get some inspiration I will digg into this problem once again, although this issue seems to be not an high priority one as nobody responses... |
That is one of the disadvantages of being a early bird ;-) |
Finally got some inspiration. Version 2.3 is working now (for 90%). |
Sounds good |
Some stuff has changed in cdt as well as to default enabled or not in regards to shown debug info. |
Sure, set the define to 0. |
Will do when I get home |
This case can be closed , I dont expect the root cause will be solved. There is a workaround (reported earlier in this thread) which is acceptable. NOTE: Sending too much serial data to the terminal of Sloeber results in an issue reported here https://github.com/Sloeber/arduino-eclipse-plugin/issues/830#issuecomment-335477997. |
I still havn't changed to 0 :-( |
Did a commit for this one |
When you get a message in de debugconsole like "...bogus information...." or something like that; check wether the gdbstub is realy installed in your target. You can check this by viewing the output of the serial port of the target: it should, after a reset, send debugmessage $T05#B9 |
@freeck |
Gdbstub combined with "Platform and Boards" (esp8266) version 2.0 and higher did not work.
It seems that the latest uart-functions compared to the older version (esp8266->1.6.5-947-g39819f0) behave differently.
So the workaround is to use boards.txt version "1.6.5-947-g39819f0".
The text was updated successfully, but these errors were encountered: