This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is possible to debug vg code?

Does anyone knows if it is possible to debug vg? I downloaded the source code from the GitHub repository, I ran the build following the instructions and opened the project with the Clion IDE. I would like to be able to deubug the code to study it. I'm investing some resources trying to figure out how to do it but so far to no avail

thank you so much

debug development vg c

1 answer

use gdb and breakpoints. https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_27.html

Thank you Pierre, i'll try and if I will came up with a solution I will share it here with a step by step guide, for anyone who will needs it

Log in to answer this question.