Releases: julianolf/nvim-dap-lldb
Releases · julianolf/nvim-dap-lldb
v2.0.0
Features
- Added a launch configuration and registered a public method that allows debugging the test function directly above the cursor.
- This feature works only for Rust and requires the Treesitter parser for the language to be installed.
- Updated the setup method, making the opts argument optional, thus removing the need to pass an empty table when calling the method without any customization.
Bugfixes
- Removed the direct reference between C and CPP configurations, preventing incompatible configurations from being displayed for either language.
- Fixed test debug initialization for Rust code when warnings were returned by the compiler.
Breaking Changes
- Removed the
extend_config
setup option. Extending/overriding is now the default behavior. - Removed the
launch_file
setup option. Custom launch file loader was removed in favor of the built-inload_launchjs
.
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Features
- Predefined configurations for C, C++ and Rust
- Support for custom configurations via Lua or JSON files
Full Changelog: https://github.com/julianolf/nvim-dap-lldb/commits/v1.0.0