Update debugging.md

This commit is contained in:
Mike Aizatsky 2016-11-22 12:08:44 -08:00 committed by GitHub
parent 48ec3b4def
commit 30333522cc
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ If you decide to debug a fuzzer with gdb (which is already installed in libfuzze
you will need to start a container in privileged mode:
```bash
docker run -ti --privileged -v /tmp/out:/out -t ossfuzz/libfuzzer-runner /out/some_fuzzer_name
docker run -ti --privileged -v /tmp/out:/out ossfuzz/libfuzzer-runner gdb /out/fuzzer_name
```