Dbug packages for valgrind and gdb

I am getting errors like this when i am trying to debug:
This particular error was from gdb,


Program received signal SIGUSR1, User defined signal 1.
0x00007ffff7e5e1e7 in select () from /lib64/libc.so.6
Missing separate debuginfos, use: zypper install libcrypt1-debuginfo-4.4.27-1.8.x86_64

I tried to install that package and it doesn’t exist, could anyone tell me what packages Ineed to install so that valgrind and gdb can debug stuff? Thanks for your patience.

Hi
You need to add the debug repository;


zypper ar -f -g -n "Debug Repository" https://download.opensuse.org/tumbleweed/repo/debug/ download.opensuse.org-debug

Thank you sir.