-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working