mirror of https://github.com/google/oss-fuzz.git
Create debugging.md
This commit is contained in:
parent
d204145f6b
commit
e7dbb49bfe
|
@ -0,0 +1,12 @@
|
|||
# Debugging Problems
|
||||
|
||||
## Debugging Build Scripts
|
||||
|
||||
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue