Just released cargo-nextest 0.9.113, with support for a long-requested feature that I realized I needed all of a sudden: debugger support! Run individual tests under gdb, lldb, WinDbg, or Visual Studio Code via CodeLLDB! This preserves all the environment setup done by nextest.
For more, including one-time VSCode setup instructions, see the documentation: https://nexte.st/docs/integrations/debuggers/
Nextest's releases are now also marked as immutable, meaning that they cannot be altered by anybody after the fact. This is cryptographically attested via GitHub and the Sigstore transparency log. See the "Release attestation (json)" at the bottom of the release page: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.113
As always, update via cargo nextest self update! Hope this feature is as useful to you as it's been to me.
