Update debugging.md

This commit is contained in:
Mike Aizatsky 2016-11-02 12:42:00 -07:00 committed by GitHub
parent 122733498a
commit 924712dcf7
1 changed files with 1 additions and 1 deletions

View File

@ -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: