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

Improve experience of debugging libclang-pathogen #6

Open
5 tasks
PathogenDavid opened this issue Dec 7, 2021 · 0 comments
Open
5 tasks

Improve experience of debugging libclang-pathogen #6

PathogenDavid opened this issue Dec 7, 2021 · 0 comments

Comments

@PathogenDavid
Copy link
Member

Semi-inspired by investigations for MochiLibraries/Mochi.PhysX#5

  • Publish a debug variant of the native runtime
  • Enable source indexing
  • Investigate enabling PDBs even on release builds for Windows.
  • Put PDBs and DLLs on a symbol server (see Figure out how to distribute native PDBs Mochi.PhysX#5)
  • Look into doing equivalent for Linux builds using debuginfod (hosting a server is slightly more complex here. Could be a static file server but canonical way is to use their HTTP daemon. Server is expected to provide source. See man page.)

Judging by this comment thread on Hacker News, I don't think there's really any equivalent for macOS.

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

1 participant