You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a C++ lecture, the question popped up that valgrind becomes impossible to use when somebody uses ROOT. People were not aware of valgrind --suppressions=$ROOTSYS/etc/valgrind-root.supp <program>
A debugging / tooling page should be created.
On that page, one could also tell users how to start root in a debugger
Either in the same terminal
Or to show the trick with starting a root prompt and attaching with gdb from another terminal.