Open AntoinePrv opened 1 year ago
Hi!
I'm trying to set up the pretty printing function from the following in my ~/.gdbinit to find the gdb and libstdcxx modules.
Usually if everything is configured correctly, the libstdcxx pretty printers should "work outside the box".
How are you installing GCC ?
Also, providing the conda list
and conda info
as the issue template asks would help pinpoint where the issue is :)
Comment:
I'm trying to set up the pretty printing function from the following in my
~/.gdbinit
to find thegdb
andlibstdcxx
modules.However, I do get the error:
Looking around, it seems like
_gdb
is a Python extension module. Is it shipping withgdb
? I cannot find any such module in thegdb
conda-forge package.