This is a debug server for Amxx which allows for remote debugging of scripts. At this time implemented only VSCode adapter for this server.
- Clone the project and build it. Or download release from github.
- Add "debugger" to "addons\amxmodx\configs\modules.ini"
- Start hlds server
- Follow readme from (https://github.com/Garey27/vscode-amxx-debug) to debug with Visual Studio Code
- Test on linux
- Change hardcode port 1234 to cvar or config.
- Add API to AMXX?