New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/31722#issuecomment-872022593 Comment: I use the `vimtex` plugin, which generates the synctex file, see https://github.com/lervag/vimtex (you also need `xdotool`). Am I doing this right? it is running for several minutes without any new output, just maxing out a core.. ``` $ DEBUGINFOD_URLS="https://debuginfod.s.voidlinux.org" gdb --args zathura --synctex-forward 1:1:'test.tex' 'test.pdf' GNU gdb (GDB) 10.2 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-musl". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from zathura... (No debugging symbols found in zathura) (gdb) run Starting program: /usr/bin/zathura --synctex-forward 1:1:test.tex test.pdf [New LWP 19565] [New LWP 19566] [New LWP 19567] [New LWP 19568] [LWP 19568 exited] [LWP 19567 exited] [New LWP 19692] [New LWP 19693] [LWP 19693 exited] [LWP 19692 exited] ```