File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Basic functionality
4
4
5
- * Support Ractors
6
- * Signal (SIGINT) trap handling
5
+ * Support Fibers and Ractors
7
6
8
7
## UI
9
8
9
+ * Multi-line support
10
10
* Completion for Ruby's code
11
11
* Interactive breakpoint setting
12
12
* Interactive record & play debugging
13
13
* irb integration
14
- * Web browser integrated UI
15
- * History file
16
14
17
15
## Debug command
18
16
19
- * Breakpoints
20
- * Lightweight pending method break points with Ruby 3.1 feature (TP: method_added )
21
17
* Watch points
22
- * Lightweight watchpoints for instance variables with Ruby 3.1 features (TP: ivar_set )
23
- * Faster ` next ` /` finish ` command by specifying target code.
18
+ * Lightweight watchpoints for instance variables with Ruby 3.3 features (TP: ivar_set )
19
+ * Alias
20
+
21
+ ## Debug port
22
+
23
+ * Debug port for monitoring
You can’t perform that action at this time.
0 commit comments