ext/byebug/byebug.c in byebug-10.0.0 vs ext/byebug/byebug.c in byebug-10.0.1

- old
+ new

@@ -889,10 +889,10 @@ rb_define_module_function(mByebug, "tracing=", Set_tracing, 1); rb_define_module_function(mByebug, "verbose?", Verbose, 0); rb_define_module_function(mByebug, "verbose=", Set_verbose, 1); Init_threads_table(mByebug); - Init_context(mByebug); + Init_byebug_context(mByebug); Init_breakpoint(mByebug); rb_global_variable(&breakpoints); rb_global_variable(&catchpoints); rb_global_variable(&tracepoints);