Chapter 8 of 'Practical Malware Analysis' discusses the use of debuggers versus disassemblers, highlighting tools like OllyDbg and WinDbg for user-mode and kernel-mode debugging. It explains different debugging techniques, types of breakpoints, exceptions, and modifying execution using a debugger. The chapter emphasizes the importance of understanding these tools for malware analysis and debugging methodologies.