Skip to content

Commit ec5ae5a

Browse files
committed
rewrite TODO
1 parent 8eb0b30 commit ec5ae5a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

TODO.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
## Basic functionality
44

5-
* Support Ractors
6-
* Signal (SIGINT) trap handling
5+
* Support Fibers and Ractors
76

87
## UI
98

9+
* Multi-line support
1010
* Completion for Ruby's code
1111
* Interactive breakpoint setting
1212
* Interactive record & play debugging
1313
* irb integration
14-
* Web browser integrated UI
15-
* History file
1614

1715
## Debug command
1816

19-
* Breakpoints
20-
* Lightweight pending method break points with Ruby 3.1 feature (TP:method_added)
2117
* 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

0 commit comments

Comments
 (0)