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

Build GDB With Python #1

Open
VladBogdan opened this issue Sep 25, 2021 · 2 comments
Open

Build GDB With Python #1

VladBogdan opened this issue Sep 25, 2021 · 2 comments

Comments

@VladBogdan
Copy link

Could you please add the --with-python flag to the gdb buiild ?

Thank You !

@mmozeiko
Copy link
Owner

Building with Python is too tricky. That would require choosing which version of Python to build against - what if user has different installed? Then it won't work together. Alternative would be bundle whole python with this, but that's too huge of a dependency and it would not work will whatever environment user wants to use - like preinstalled Python packages, will require more work for user to maintain separate python environment.

@VladBogdan
Copy link
Author

VladBogdan commented Sep 26, 2021

This could be done maybe with an optional script argument, although I understant this could break easily in some cases, the reason mostly why I need this is for vscode debugging, since pretty-printing doesn't work otherwise. going to attempt building it myself :)

Thank You !

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