ipython3
ipython3
Hi @cyrus-and, Here is the output: ``` (.venv) myname@debian12:~/learn/learn-gdb$ gdb --batch -ex 'python import sys; print(sys.version)' 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] ``` I tried the commands in...
Hi @cyrus-and, Thank you so much! I was not familiar with Python integration in GDB and now I see where the problem is. I didn't install Pygments system-wide, because the...
Thank you for the informative answer! It really helps me a lot!