A code lens to debug rust tests and binaries.
⚠ NOTE: No more maintenance will be done to this extension. #17 has lead to adding the debug codelens into rust-analyzer#3561. This code will remain available as is for those not using rust-analyzer.
Depends on the LLDB extension vscode-lldb.
This extension can be enabled/disabled using the following setting:
rust-test-lens.enable
: true/false to enable/disable this extensionrust-test-lens.args.main
: An array of strings with the application arguments.rust-test-lens.args.tests
: An array of strings with extra arguments. Defaults to--no-capture
. Runcargo test -- --help
to see all possible options.