You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "Amr-Shams (via GitHub)" <gi...@apache.org> on 2023/06/13 10:21:20 UTC

[GitHub] [age] Amr-Shams commented on issue #986: How to use gdb to debug AGE source code ?

Amr-Shams commented on issue #986:
URL: https://github.com/apache/age/issues/986#issuecomment-1589002746

   Using the tree recursion principle here can be beneficial, where you try to find a function and follow the calls of the function throughout the code. However, keep in mind that sometimes it can be challenging to follow a large codebase with a complex structure, as in our case. To make this process more manageable, you can write down the function and its subsequent calls. This may take some time, but doing so with GDB will provide insights into the results of each function, which you might not be aware of otherwise.
   
   By employing the tree recursion principle along with GDB, you can systematically explore the code and gain a deeper understanding of the function's workflow, even in the context of a complex codebase.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org