Skip to content
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

gdb does not stop at breakpoint #115

Closed
melhindi opened this issue Sep 13, 2017 · 2 comments
Closed

gdb does not stop at breakpoint #115

melhindi opened this issue Sep 13, 2017 · 2 comments

Comments

@melhindi
Copy link

Hi,

when I run the debugger via gdbgui it does not stop at the breakpoint.

I assume this is because I have not installed gdb with the "with-python" option (just brew install gdb)
I did this because the installation with "with-python" fails saying "configure: error: no usable python found at /usr/local" although python and python3 has been correctly installed.

My system is Mac OS Sierra (10.12.6)

@cs01
Copy link
Owner

cs01 commented Sep 14, 2017

Hi, thanks for the issue report.

Have you tried searching for solutions on how to install gdb with python using brew? Surely someone must have figured out how to do this. A quick search yielded this, which may help:

 brew -v install --with-python gdb

https://stackoverflow.com/a/23670214/2893090

@melhindi
Copy link
Author

Hi thanks for the answer,

yes I searched for a solution, but could not find one. One think, I am looking into, is the following hint that I observed from brew this time:
"These open issues may also help:
gdb: fix Add python3 linkage support Homebrew/homebrew-core#17979"

I am just wondering if I am the only one seeing this

@cs01 cs01 closed this as completed Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants