mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/debug.rb (debug_command): remove debug print.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a253e7c512
commit
0014687097
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Oct 20 09:45:12 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/debug.rb (debug_command): remove debug print.
|
||||||
|
|
||||||
Sun Oct 19 13:12:30 2003 Tanaka Akira <akr@m17n.org>
|
Sun Oct 19 13:12:30 2003 Tanaka Akira <akr@m17n.org>
|
||||||
|
|
||||||
* lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.
|
* lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.
|
||||||
|
|
|
@ -300,7 +300,6 @@ class Context
|
||||||
end
|
end
|
||||||
|
|
||||||
when /^\s*b(?:reak)?\s+(?:(.+):)?([^.:]+)$/
|
when /^\s*b(?:reak)?\s+(?:(.+):)?([^.:]+)$/
|
||||||
p $~.to_a
|
|
||||||
pos = $2
|
pos = $2
|
||||||
if $1
|
if $1
|
||||||
klass = debug_silent_eval($1, binding)
|
klass = debug_silent_eval($1, binding)
|
||||||
|
|
Loading…
Reference in a new issue