We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For now we're using string mode for gdb by default. there're two ways to support mi2 mode
gdbmiparser.parse_response
gdbmi = GdbController()
Prefer to use the first one. make the gdb write blocking as well, like the openocd one.
The text was updated successfully, but these errors were encountered:
a few reasons not use GdbController directly
GdbController
write
Sorry, something went wrong.
https://pypi.org/project/esp-debug-backend/
No branches or pull requests
For now we're using string mode for gdb by default. there're two ways to support mi2 mode
gdbmiparser.parse_response
to parse the outputgdbmi = GdbController()
instead of bare subprocess.popenPrefer to use the first one. make the gdb write blocking as well, like the openocd one.
The text was updated successfully, but these errors were encountered: