Update default.gembox add mruby debugger mrbd

This commit is contained in:
John Bampton
2023-04-04 19:19:04 +10:00
parent b44d757b8c
commit b486a3c425
+3
View File
@@ -8,6 +8,9 @@ MRuby::GemBox.new do |conf|
# Generate mrbc command
conf.gem :core => "mruby-bin-mrbc"
# Generate mrdb command
conf.gem :core => "mruby-bin-debugger"
# Generate mirb command
conf.gem :core => "mruby-bin-mirb"