yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #04029
Re: [Question #137026]: Debugging output
Question #137026 on Yade changed:
https://answers.launchpad.net/yade/+question/137026
Chareyre proposed the following answer:
For run-time debugging (setting breakpoints, executing line by line, checking values, etc.), you can use kdevelop as a gdb GUI.
It tends to be my favorite debugging method.
You can virtualy execute the whole yade line by line (though not recommended since you would visit standard libraries, boost, and so on...) It is independant on logging and doesn't need to change the code.
It's briefly explained here : https://yade-
dem.org/wiki/Debugging_using_Kdevelop, but since there is nothing yade-
specific, most of the documentation will be found in kdevelop
documentation.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.