From 68a3ca3ff1406210f2cea05d4add11846a530c6c Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Thu, 5 Jan 2017 23:40:13 -0800 Subject: [PATCH] Update debugging.md --- docs/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.md b/docs/debugging.md index 9a07af16d..24f88446f 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -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/ ```