-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add page about debugging while using root and about using valgrind? #487
Comments
Good start: |
We've been there in the past - having two copies means being out of date and out of sync sooner than later :-) Would linking the HowTo section from root.cern work? |
The HowTo section of the forum is already mentioned in the TOC of the manual: https://root.cern/manual/ |
I think it could be also really helpful to mention in the website (or in the HowTo forum post) examples on how to use interactive debuggers with ROOT, like for example QtCreator, which easily allows you to run gdb or valgrind and at the same time lets you put breakpoints and pause/resume your debugging session. EDIT: is now |
valgrind --suppressions=$ROOTSYS/etc/valgrind-root.supp <program>
A debugging / tooling page should be created.
The text was updated successfully, but these errors were encountered: