feature: add debug_plugin for development debugging

This commit is contained in:
luwenpeng
2024-08-01 11:40:00 +08:00
parent 48202b4d0a
commit 776090331e
16 changed files with 446 additions and 135 deletions

View File

@@ -0,0 +1,7 @@
DEBUG_PLUGIN {
global:
debug_plugin_init;
debug_plugin_exit;
local: *;
};