View on GitHub

DBGBench

From Practitioners for Researchers

Starting the Docker Virtual Infrastructure

Installing the Find errors

# Checkout this repository
git clone https://github.com/dbgbench/dbgbench.github.io.git dbgbench
cd dbgbench/docker

# Install and run docker container for find
./run.sh find

Installing the GREP errors

# Checkout this repository
git clone https://github.com/dbgbench/dbgbench.github.io.git dbgbench
cd dbgbench/docker

# Install and run docker container for grep
./run.sh grep

There is a UI available for those who prefer Desktop:

Example Usage

Cleaning Up

Cleanup must be done when switching from find to grep.

docker kill debugstudy0
docker rm debugstudy0
docker rmi debugstudy