Skip to content

MacOS "debugging symbols" don't actually include any DWARF #180

@dktapps

Description

@dktapps

Mach-O leaves debugging information in the .o files, and the "debug info" in the actual binary is just a debug map that tells the debugger which .o file to look in. A .dSYM can be created which embeds all this information by using dsymutil, but we're currently not doing that, so the debuginfo provided for MacOS is mostly useless.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions