Project

ruined

0.0
No commit activity in last 3 years
No release in over 3 years
ruined is Ruby Source Level Debugger for educational purpose.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme
Ruined

Ruined is a browser base debugger, using pure ruby script and javascript.

flash demo:
 http://www.artonx.org/data/ruined/

features:
 - step
 - auto run
 - break
 - local variables viewer
 - global variables viewer
 - self's instance variables viewer
 - stdout viewer
 - change variable's value
 - editing source and save (save & restart, save & continue, discard change)

 todo:
  - more inspection 
  - start with none-existing file (using shell or bat)

usage:

simply add '-ruined' for your command line.
cf)
ruby -ruined target.rb [ target's options ...]

licence:
 Simplified BSDL or (GPL3 or any later version)

others:
 jQuery (bundled)

author:
 arton (artonx@gmail.com)