We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
hi I could decode the stack but the end of all of my results is like at ??:?
ubuntu 18.04 LTS PlatformIO 3.6.2 espressif8266 1.8.0 ESP8266
The text was updated successfully, but these errors were encountered:
This sounds like the (debug-)information is just missing from the binary.
Sorry, something went wrong.
Do you have any suggestion to fix it ?
In your platformio.ini in the environemt put:
build_flags = -ggdb3
or at least:
build_flags = -g
This should not affect the built firmware as this gets stripped anyway.
No branches or pull requests
hi
I could decode the stack but the end of all of my results is like at ??:?
ubuntu 18.04 LTS
PlatformIO 3.6.2
espressif8266 1.8.0
ESP8266
The text was updated successfully, but these errors were encountered: