Skip to content

tools-v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 09:45
· 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 :bkpt after 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-mcp

Or 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)