-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Unable to debug using gdbgui (IDFGH-4098) #5968
Comments
Thanks for reporting and letting us know, we will look into. |
Hi @vignesh93k. Thank you also for the especially good description of the issue. It works for me on Linux following your steps and using your IDF commit. Does anything else shows up in the What is the output of |
Hi @dobairoland. Thank you for your response. Please find the output of
After starting |
@vignesh93k Could you please check with another port, starting from
Also could you try to run the
and connecting to the |
@vignesh93k Any update on this issue? Did the |
Hi, I am experiencing exactly the same problem with the same symptoms using the Wrover-Kit board. I have replicated the problem on two different machines and a clean installation of Windows 10 Pro. Any help would be appreciated. |
Hi @rjsargeant What happens if you start the $ gdbgui -p 8080 Would it print something out? |
Exactly the same as when port 5000 is used. Unable to connect page. Thanks |
un ubuntu "gdbgui -p 8080" works, but not with kalilinux |
After some issues I was able to get it working on Mac with Firefox. There's open known issues with some python deps, so it's very important to have the right version set for things to work. Fixed by upgrading my local version of |
I have this same error - by downgrading
With greenlet-1.0.0 I get a segmentation fault when I try to run |
@DavidAntliff Have you tried the latest master branch? It was just updated 12 hours ago. There was a necessary workaround applied for greenlet. Please note that not only the |
@dobairoland I just gave master branch a try and it works well - thank you for the hint. I look forward to the backport to v4.x. |
Environment
Problem Description
When I start openocd and try to debug blink example project using gdbgui, a browser window is opened with the url http://127.0.0.1:5000/ and an error occurs in the page saying Unable to connect. Hence, I am unable to debug using gdbgui.
Expected Behavior
A gdbgui debug session should be started in browser
Actual Behavior
Gdbgui debug session is not started in browser and an error Unable to connect is shown as below
Steps to reproduce
openocd -f board/esp32-wrover-kit-3.3v.cfg
idf.py gdbgui monitor
Picture of setup
Debug Logs
openocd command log
gdbgui command log
Other items
The text was updated successfully, but these errors were encountered: