nvim-dap-lldb

🐞 An extension for nvim-dap to provide C, C++, and Rust debugging support.

MIT License

Stars
4

Bot releases are hidden (Show)

nvim-dap-lldb - v2.0.0 Latest Release

Published by julianolf 4 months ago

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-in load_launchjs.

Full Changelog: https://github.com/julianolf/nvim-dap-lldb/compare/v1.0.0...v2.0.0

nvim-dap-lldb - v1.0.0

Published by julianolf 8 months ago

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