From 053a68f7e64dbc7239d821cad7187eec17cda5c2 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 4 Oct 2016 11:55:46 -0700 Subject: [PATCH] Update new_library.md --- docs/new_library.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/new_library.md b/docs/new_library.md index e1070bc5e..0d11f3827 100644 --- a/docs/new_library.md +++ b/docs/new_library.md @@ -183,15 +183,10 @@ $ python scripts/helper.py run_fuzzer $LIB_NAME name_of_a_fuzzer If everything works locally, then it should also work on our automated builders and ClusterFuzz. -### Debugging build scripts +## Debugging Problems -While developing your build script, it may be useful to run bash within the -container: - -```bash -$ python scripts/helper.py shell $LIB_NAME # runs /bin/bash within container -$ bash /src/oss-fuzz/$LIB_NAME/build.sh # to run the build script manually -``` +Consult the [Debugging](debugging.md) documentation if you have problems with your build +script or a fuzzer. ## Checking in to oss-fuzz repository