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
File $CONDA_PREFIX/share/gdb/python/gdb/__init__.py:19
17 import os
18 import sys
---> 19 import _gdb
20 from contextlib import contextmanager
22 # Python 3 moved "reload"
ModuleNotFoundError: No module named '_gdb'
Looking around, it seems like _gdb is a Python extension module. Is it shipping with gdb? I cannot find any such module in the gdb conda-forge package.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: