debug_server.dll
and debug_server.pdb
built by github actions: https://github.com/willox/auxtools/actions/runs/13486169934
To manually use an on-disk debug server dll with the VS Code extension, set the dreammaker.debugServerDll
option in the vscode settings json, i.e:
"dreammaker.debugServerDll": "C:\\Users\\Lucy\\Tools\\BYOND\\debug_server.dll",
(it will complain about "unknown configuration setting" but this is normal and it will work)
What's Changed
- Fix Linux compilation + CI by @Absolucy in #86
- Quick CI fix by @Absolucy in #94
- Various minor fixes by @Absolucy in #93
- Update README.md with additional Ubuntu dependencies by @Cyberboss in #74
- code cleanup, signature checking func, clippy lints, etc by @Absolucy in #95
- 516 windows signatures by @hry-gh in #96
- update dmasm + Cargo.lock by @Absolucy in #98
- credit to @checkraisefold for the dmasm updates, too
New Contributors
Full Changelog: v2.3.3...v2.3.4