Update debugging.md

This commit is contained in:
Abhishek Arya 2017-01-05 23:40:13 -08:00 committed by GitHub
parent dd99c15ecf
commit 68a3ca3ff1
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 base-run
you will need to start a container in privileged mode:
```bash
docker run -ti --privileged -v /tmp/out:/out ossfuzz/base-runner-debug gdb /out/fuzzer_name
docker run -ti --privileged -v /tmp/out:/out ossfuzz/base-runner-debug gdb /out/<fuzz_target_name>
```