mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
12 lines
331 B
XML
12 lines
331 B
XML
<slide>
|
|
<title>The Toolbox</title>
|
|
|
|
<list>
|
|
<bullet>*strace*: trace system calls and signals</bullet>
|
|
<bullet>*lsof*: list open ~files~</bullet>
|
|
<bullet>*gdb*: the GNU debugger</bullet>
|
|
<bullet>*valgrind*: a suite of tools for debugging and profiling programs</bullet>
|
|
<bullet>*gcc*: the GNU compiler</bullet>
|
|
</list>
|
|
</slide>
|