summaryrefslogtreecommitdiff
path: root/lib/debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.rb')
-rw-r--r--lib/debug.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debug.rb b/lib/debug.rb
index 90270a3fe7..497d163024 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -267,6 +267,6 @@ class DEBUGGER__
CONTEXT = new
end
-set_trace_func proc{|event, file, line, id, binding|
- DEBUGGER__::CONTEXT.trace_func event, file, line, id, binding
+set_trace_func proc{|event, file, line, id, binding, klass|
+ DEBUGGER__::CONTEXT.trace_func event, file, line, id, binding, klass
}