Update debugging.md

This commit is contained in:
inferno-chromium 2016-11-29 11:02:02 -08:00 committed by GitHub
parent c03c92cce0
commit e20ad9a3b2
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ While developing your build script, it may be useful to run bash within the
container:
```bash
$ python infra/helper.py shell $TARGET_NAME # runs /bin/bash within container
$ compile # run compilation manually
$ python infra/helper.py shell $PROJECT_NAME # runs /bin/bash within container
$ compile # run compilation manually
```
## Debugging Fuzzers with GDB