13. Testing and Debugging
Code coverage, profiling, debug evaluation, test helpers (faker, fuzzer), and debug adapter protocol support.
- 13.1. Debug agent API
- 13.1.1. Structures
- 13.1.2. Handled structures
- 13.1.3. Classes
- 13.1.4. Agent lifecycle
- 13.1.5. Cross-context invocation
- 13.1.6. Agent construction
- 13.1.7. Agent tick and state collection
- 13.1.8. Instrumentation
- 13.1.9. Data and stack walking
- 13.1.10. Context inspection
- 13.1.11. Breakpoints
- 13.1.12. Memory
- 13.2. Code coverage profiling
- 13.3. Instrumenting profiler
- 13.4. Profiler cross-context helpers
- 13.5. Debug expression evaluator
- 13.6. Faker
- 13.7. Fuzzer
- 13.8. Debug Adapter Protocol data structures
- 13.9. Heartbeat callback injection