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

πŸ§‘πŸΏβ€πŸ’» Integrate source code into builds to improve debugability #47

Open
kammce opened this issue Aug 24, 2023 · 0 comments
Assignees
Labels
🌐 enhancement New feature or request potentially improving the ecosystem

Comments

@kammce
Copy link
Contributor

kammce commented Aug 24, 2023

Currently, if you try to enter the source code/api call from a package, GDB shows "no source" because it cannot find the source code associated with the API. For our open source code, it would be critical for users to be able to step through the source code of the APIs to see if a bug is coming from their own code or the library code. It also makes debugging easier as it doesn't cause gdb to simply jump around.

@kammce kammce added the 🌐 enhancement New feature or request potentially improving the ecosystem label Aug 24, 2023
@kammce kammce changed the title Integrate source code into builds to improve debugability πŸ§‘πŸΏβ€πŸ’» Integrate source code into builds to improve debugability Aug 24, 2023
@kammce kammce self-assigned this Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌐 enhancement New feature or request potentially improving the ecosystem
Projects
None yet
Development

No branches or pull requests

1 participant