diff options
| author | sdottaka <[email protected]> | 2014-12-20 08:32:28 +0900 |
|---|---|---|
| committer | sdottaka <[email protected]> | 2014-12-20 08:32:28 +0900 |
| commit | 80a742df511d4dd9c0c7c28e626c18da9f3c2e39 (patch) | |
| tree | 7e22ede73e12e98d9a2e6bd0a91e95a3428a558a /src/string.c | |
| parent | 10e9a1a167ea9a3359250c7040c2f61530946d68 (diff) | |
| download | mruby-80a742df511d4dd9c0c7c28e626c18da9f3c2e39.tar.gz mruby-80a742df511d4dd9c0c7c28e626c18da9f3c2e39.zip | |
mrdb: fix that break command cannot handle Windows paths
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.
```
Diffstat (limited to 'src/string.c')
0 files changed, 0 insertions, 0 deletions
