tools-v0.2.0
·
74 commits
to master
since this release
Aximar Tools v0.2.0
Changes
maxima-dap
- Improved breakpoint resolution: Breakpoint locations are now captured
directly from execution output (e.g.batchload,:resume,:step) instead
of querying:info :bkptafter each stop. This gives exact full-path file
matching and eliminates a round-trip to the Maxima process on every debug stop.
Installation
The VS Code Maxima extension can auto-download these binaries. Alternatively:
cargo install --git https://github.com/cmsd2/aximar maxima-lsp maxima-dap aximar-mcpOr download the archive for your platform below and extract the binaries to a directory on your PATH.
Platforms
| Archive | Platform |
|---|---|
aximar-tools-aarch64-apple-darwin.tar.gz |
macOS (Apple Silicon) |
aximar-tools-x86_64-apple-darwin.tar.gz |
macOS (Intel) |
aximar-tools-x86_64-unknown-linux-gnu.tar.gz |
Linux (x64) |
aximar-tools-aarch64-unknown-linux-gnu.tar.gz |
Linux (arm64) |
aximar-tools-x86_64-pc-windows-msvc.zip |
Windows (x64) |
aximar-tools-aarch64-pc-windows-msvc.zip |
Windows (arm64) |