Releases: willox/auxtools
Releases · willox/auxtools
Debug Server v2.3.4
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
Debug Server v2.3.3
What's Changed
- Dual 514-515 compat (+ reformatting) by @Absolucy in #85
- Note: Only 514.1589 and 515.1633 are tested and officially supported, altho other similar builds will prolly work (no guarantees, tho)
Full Changelog: v2.3.2...v2.3.3
Debug Server v2.3.2
What's Changed
- BYOND 515.1633 stable compat (incl. breakpoints!) by @Dimach (with some optimizations from @Absolucy) in #84
Full Changelog: v2.3.1...v2.3.2
Debug Server v2.3.1
What's Changed
- 1616 debugging by @vvvv-vvvv in #79
- Update debug_server version to 2.3.1 by @Absolucy in #82
New Contributors
- @vvvv-vvvv made their first contribution in #79
Full Changelog: v2.3.0...v2.3.1
Debug Server v2.3.0
yolo
What's Changed
- Allow auxcov to be used by consumers that also use auxtools by @Cyberboss in #72
- Add Windows signatures for 515.1616 by @itsmeow in #75
- Update Cargo.lock to fix compile error with
guard
by @Absolucy in #76 - Bump
debug_server
version to 2.3.0 by @Absolucy in #77
New Contributors
Full Changelog: v2.2.4...v2.3.0
Debug Server v2.2.4
- BYOND 515.1606 (Windows) support
- Variables window no longer renders associative lists incorrectly when they contain numbers
Debug Server v2.2.3
- BYOND 514.1585 (Windows) support
Debug Server v2.2.2
- BYOND 514.1561 (Windows) support
rgb()
with color space params support
Debug Server v2.2.0
Adds (windows only) memory profiler. For info on how to use it just run #mem_profiler help
.
Debug Server v2.1.0
- Adds the
#guest_override
debug console command. This can be used to change the CKey used by connecting guests and allows for multiple guests from a single machine to connect to a server.