summaryrefslogtreecommitdiffhomepage
path: root/src/debug.c
diff options
context:
space:
mode:
authorsdottaka <[email protected]>2014-12-20 08:32:28 +0900
committersdottaka <[email protected]>2014-12-20 08:32:28 +0900
commit80a742df511d4dd9c0c7c28e626c18da9f3c2e39 (patch)
tree7e22ede73e12e98d9a2e6bd0a91e95a3428a558a /src/debug.c
parent10e9a1a167ea9a3359250c7040c2f61530946d68 (diff)
downloadmruby-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/debug.c')
0 files changed, 0 insertions, 0 deletions