ruby-debug / debase

BSD 2-Clause "Simplified" License
209 stars 32 forks source link

update for attach-to-process feature #28

Closed equivalence1 closed 8 years ago

equivalence1 commented 8 years ago

made prepare_context public (same as in case of rubinius); added method for variables initialization (we need to reset them in case of attaching); changed the way we determine that debug started (now it is started == 1 instead of catchpoints != Qnil;