This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Basic fundamental support for ruby scripts debugging
We already have most of the functionality for ruby scripts debugging
- Line breakpoints (add, delete, disable, enable)
- Step over, step in, step out, continue, pause
- Multiple, parallel threads
- Call stack
- Scope, global variables
- Debug console
- Watch window
- Variables evaluate/inspect
- Stop on entry
- Breaking on uncaught exceptions and errors