From b761fc728e7cbac7198fc6d77aa69c8f67fe6369 Mon Sep 17 00:00:00 2001 From: tequ Date: Sat, 5 Jul 2025 16:15:21 +0900 Subject: [PATCH] delete `trace_slot` --- src/content/docs/docs/hooks/concepts/debugging-hooks.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/docs/hooks/concepts/debugging-hooks.mdx b/src/content/docs/docs/hooks/concepts/debugging-hooks.mdx index 8c5c917..e0fb909 100644 --- a/src/content/docs/docs/hooks/concepts/debugging-hooks.mdx +++ b/src/content/docs/docs/hooks/concepts/debugging-hooks.mdx @@ -21,7 +21,6 @@ The following `trace` functions are available in the Hooks API | [trace](../technical/hooks-functions/trace-debug/trace.md) | Print a utf-8 message, followed by a user-specified buffer (this last optionally as hex.) | | [trace_num](../technical/hooks-functions/trace-debug/trace_num.md) | Print a utf-8 message, followed by an integer. | | [trace_float](../technical/hooks-functions/trace-debug/trace_float.md) | Print a utf-8 message, followed by an XFL Floating point number. | -| trace_slot | Print a utf-8 message, followed by the serialized contents of a slot. | ### Example