You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request to add support for Debug Fission (dwarf-5 in separated .dwo/.dwp file), in emsdk-bazel-toolchain.
From similar reports I've learned that the emscripten team is not currently maintaining a toolchain for bazel, but maybe someone else has it partly ready?
The motivation for this fr is to improve the developer experience of debugging C++ applications in WebAssembly by reducing linking times and reducing the time needed to parse symbol files by devtools.
This is a feature request to add support for Debug Fission (dwarf-5 in separated
.dwo
/.dwp
file), in emsdk-bazel-toolchain.From similar reports I've learned that the emscripten team is not currently maintaining a toolchain for bazel, but maybe someone else has it partly ready?
The motivation for this fr is to improve the developer experience of debugging C++ applications in WebAssembly by reducing linking times and reducing the time needed to parse symbol files by devtools.
References:
--fission
flag-gsplit-dwarf
flagThe text was updated successfully, but these errors were encountered: