Open Issues Need Help
View All on GitHub Problem of undefined symbols 2 months ago
AI Summary: Debug and fix a SourceMod extension (sm_debugger) that's encountering undefined symbol errors when loading with updated SourceMod and SourcePawn versions. The issue arises from incompatibility between the extension's compiled code and the newer libraries. The solution likely involves adjusting the CMakeLists.txt file to correctly link against the updated SourcePawn libraries and recompiling the extension.
Complexity:
4/5
help wanted
fixs
C++
#debugger#sourcemod#sourcemod-extension#sourcepawn#vscode-extension