diff --git a/dbgutil/oro_debug_suite/cmd/boot.py b/dbgutil/oro_debug_suite/cmd/boot.py index 2ffe31b..0cd2c8a 100644 --- a/dbgutil/oro_debug_suite/cmd/boot.py +++ b/dbgutil/oro_debug_suite/cmd/boot.py @@ -248,7 +248,7 @@ def invoke(self, arg, _from_tty=False): trace_args.append("-plugin") - trace_path = path.join(repo_path, "target/release/libktrace.so") + trace_path = path.join(repo_path, "target/release/libktrace_plugin.so") if type(trace) is str: trace_path += f",sock={trace}"