Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Basic fundamental support for ruby scripts debugging

Choose a tag to compare

@rebornix rebornix released this 08 Mar 02:56

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