Coursera (Practice Quiz: Introduction to Debugging)
Réussis tes devoirs et examens dès maintenant avec Quizwiz!
What is the first step of problem solving?
Gathering information
Which tool can you use when debugging to look at library calls made by the software?
Itrace
What is part of the final step when problem solving?
Long-term remediation
The strace (in Linux) tool allows us to see all of the _____ our program has made.
System calls
What software tools are used to analyze network traffic to isolate problems? (Check all that apply)
Tcpdump Wireshark