From e20ad9a3b22bec19908a9d7412025b229b90028d Mon Sep 17 00:00:00 2001 From: inferno-chromium Date: Tue, 29 Nov 2016 11:02:02 -0800 Subject: [PATCH] Update debugging.md --- docs/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/debugging.md b/docs/debugging.md index 83fbda1b3..7a400161b 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -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