diff --git a/docs/debugging.md b/docs/debugging.md index ab970bb6a..911a3feb0 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -8,7 +8,7 @@ $ python infra/helper.py shell $TARGET_NAME # runs /bin/bash within container $ compile # run compilation manually ``` -## Debugging Fuzzers +## Debugging Fuzzers with GDB If you decide to debug a fuzzer with gdb (which is already installed in libfuzzer-runner image), you will need to start a container in privileged mode: