Skip to content

debug info file gets removed #453

@chrismgrayftsinc

Description

@chrismgrayftsinc

After compiling a native image in debug mode, the .debug file is not kept in bazel-out/k8-dbg/bin. This leads gdb to report that no debug symbols are found.

However, running the command line printed when using the -s flag does retain the .debug file, so likely the .debug file is not being reported to bazel as an output and that causes bazel to remove it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions