diff --git a/docs/reproducing.md b/docs/reproducing.md index f92b72468..a5a074715 100644 --- a/docs/reproducing.md +++ b/docs/reproducing.md @@ -31,8 +31,8 @@ docker run --rm -v $target_checkout_dir:/src/$target This is essentially the previous command that additonally mounts local sources into the running container. -- *Fix the issue.* Use the previous command to verify you fixed the issue locally. Consult the - [debugging](debugging.md) document for your debugging needs. +- *Fix the issue.* Use the previous command to verify you fixed the issue locally. + [Use gdb](debugging.md#debugging-fuzzers-with-gdb) if needed. - *Submit the fix.* ClusterFuzz will automatically pick up the changes, recheck the testcase and will close the issue.