Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 257 Bytes

File metadata and controls

4 lines (3 loc) · 257 Bytes

Glossary

  • Debugger: A program that acts as the tracer of some other process. It contains central logic for user interaction and implements debugging mechanisms.
  • Tracer & Tracee: Two processes where one (the tracer) traces another process (the tracee).