I'm using clang as a compiler (from the clangxx conda package) and also include gxx_impl_linux-64 in my environment to link against libstdc++. Unfortunately, I cannot see proper pretty printers for stdlib types when debugging the binary with gdb.
Usually distros will provide a *-dbgsym package for these, but I'm not sure how to get them from conda-forge.
Note that there's also #105 so I'm not sure if my issue is the same, or only related (since clang and gcc may have different behavior here).
Comment:
Hi,
I'm using clang as a compiler (from the
clangxx
conda package) and also includegxx_impl_linux-64
in my environment to link against libstdc++. Unfortunately, I cannot see proper pretty printers for stdlib types when debugging the binary with gdb.Usually distros will provide a
*-dbgsym
package for these, but I'm not sure how to get them from conda-forge.Note that there's also #105 so I'm not sure if my issue is the same, or only related (since clang and gcc may have different behavior here).
Appreciate all the help!