You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
I'm trying to get this debugger to work using the latest sourcemod and sourcepawn at the moment it compiles but gives an error when the extension starts on the server the old version works but sourcemod and sourcepawn are very out of date
L 06/30/2025 - 04:14:18: [SM] Unable to load extension "sm_debugger.ext": /home/SourceServerDev/css/cstrike/addons/sourcemod/extensions/sm_debugger.ext.so: undefined symbol: _ZN2sp5debug25SmxV1LegacySymbolIteratorC1EPNS_10SmxV1ImageEj
I tried to see how far these errors go by messing with CmakeLists.txt, but I got this error
L 06/30/2025 - 02:22:25: [SM] Unable to load extension "sm_debugger.ext": /home/SourceServerDev/css/cstrike/addons/sourcemod/extensions/sm_debugger.ext.so: undefined symbol: _ZN2sp8CompilerC1EPNS_13PluginRuntimeEPNS_10MethodInfoE
If anyone has any tips on how to solve it, I'd be grateful