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,4 @@
[[plugin]]
path = "./plugin/libdebug_plugin.so"
init = "debug_plugin_init"
exit = "debug_plugin_exit"