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

Add line-level debug info #4247

Merged
merged 2 commits into from
Aug 26, 2024

Commits on Aug 23, 2024

  1. Add line-level debug info

    Seems to work with lldb ( https://pastebin.com/igKkNECm ), though gdb
    has /some/ trouble with the paths (they aren't complete - just using the
    filename directly, not providing the working directory - might be some
    quick hacks that can help there).
    dwblaikie committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2e90a52 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary #include

    dwblaikie committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d17ade4 View commit details
    Browse the repository at this point in the history