| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-20 | mrdb: fix that break command cannot handle Windows paths | sdottaka | |
| Before fix: ``` $ mrdb c:\tmp\b.rb (c:\tmp\b.rb:1) break c:\tmp\b.rb:3 Class name 'c' is invalid. ``` After fix: ``` $ mrdb c:\tmp\b.rb (c:\tmp\b.rb:1) break c:\tmp\b.rb:3 Breakpoint 1: file c:\tmp\b.rb, line 3. ``` | |||
| 2014-11-29 | closing to Local Scope | murase_syuka | |
| 2014-11-27 | adhoc fix for pass build | murase_syuka | |
| 2014-11-18 | Add mruby debugger (mrdb) | mimaki | |
