lpereira / hardinfo

System profiler and benchmark tool for Linux systems
http://hardinfo.org
GNU General Public License v2.0
759 stars 133 forks source link

Hello, may I ask the author, what tools do you use for debugging? #697

Open jzeb opened 11 months ago

jzeb commented 11 months ago

Hello, may I ask the author, what tools do you use for debugging?

lpereira commented 11 months ago

Depends on the problem. Usually I just add print statements. Sometimes I use a debugger, like gdb. Sometimes I just run HardInfo under Valgrind or with instrumentation such as asan. Sometimes I use strace.