Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 604 Bytes

File metadata and controls

13 lines (10 loc) · 604 Bytes

SourcePawn Debug Server SM-Ext

This is a debug server for SourceMod which allows for remote debugging of scripts. At this time implemented only VSCode adapter for this server. Build and Run

Clone the project and build it. Or download release from github.
Copy extension to addons\sourcemod\extensions\ and create sm_debugger.autoload file for correct work.
Start srcds server
Follow readme from (https://github.com/Garey27/vscode-sourcepawn-debug) to debug with Visual Studio Code

TODO Test on linux