Bug Reproducer Assistant

Bug-reproducer Assistant is a tool that extracts behavior from live running code (Python or C++), generating a program equivalent to the original, but only with the functions or classes selected by the programmer. It's been developed in Python, with the help of metaprogramming techniques to decorate the selected functions.

Usage

Once the program is installed open CMD, CD to "C:\Program Files\Bug-reproducer Assistant\Python\gui", and run "python main.py"

Installation

  1. Download Bug-reproducer Assistant
  2. Unzip Bug-reproducer Assistant
  3. Install Python 2.5 (it may work for later versions as well, but it's not guaranteed).
  4. Install PyQt for Python 2.5: link
  5. Install simplejson: link
  6. Open a CMD as administrator.
  7. In the folder where you've unzipped the tool, run "setup.py install "
  8. CD to "C:\Program Files\Bug-reproducer Assistant\Python\gui", and run "python main.py"
  9. Have fun!

Known issues

Parser needs improvement. For C++ projects, it requires a very simple syntax. It doesn't solve comments, or function declarations split in several lines.

Licensing

This software is provided under the BSD License

Description

Title
Bug-reproducer Assistant

Authors
Gervasio Andrés Calderón Fernández

Release date
2011-09-20

License type
BSD

Bug-reproducerAssistant-1.1.zip