summaryrefslogtreecommitdiff
path: root/devel/ruby-debugger/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-debugger/DESCR')
-rw-r--r--devel/ruby-debugger/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/ruby-debugger/DESCR b/devel/ruby-debugger/DESCR
new file mode 100644
index 00000000000..625498bc2d7
--- /dev/null
+++ b/devel/ruby-debugger/DESCR
@@ -0,0 +1,5 @@
+debugger is a fast implementation of the standard Ruby debugger debug.rb.
+
+It is implemented by utilizing a new Ruby C API hook. The core component
+provides support that front-ends can build on. It provides breakpoint
+handling, bindings for stack frames among other things.