-
Notifications
You must be signed in to change notification settings - Fork 13.3k
allow control of enabling debug and debug level from IDE #1350
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
Conversation
About esp Gdb or other ?? Sent from my iPhone
|
Ok because I need a use Gdb debug becomes from old serial debug too few information . I've see that my board it freeze and. I don't know why .. Rebuild and rewrite code many many times can do problems ..at now with new code board never it freeze ... Use esp.reset / restart / eraseConfig and new flash can clean board ? Because I think it missed some part .. Sent from my iPhone
|
esp.reset / restart are only like shutdown and reset button on the computer. for GDBstub take a look here: |
Many Thanks Sent from my iPhone
|
Hi Markus, This is great idea to bring this up to menu level for key libraries 👍 Generic ESP8266 Module is getting really rich of features. Krzysztof |
allow control of enabling debug and debug level from IDE
That's very interesting feature, if there any tips on how can we get this into our own sketches ? |
it work with every sketch that enables the Serial interface that is selected as debug port. all used defines are listed here: the port has the define |
Exactly what I needed, thanks, and I wish an happy new year to all team members ;-) |
allow control of debug and debug level from IDE