Releases: jay-babu/mason-nvim-dap.nvim
Releases · jay-babu/mason-nvim-dap.nvim
v2.4.0
2.4.0 (2024-08-04)
Features
- Add erlang to list of supported debug adapters (#135) (aa82cbe)
v2.3.1
2.3.1 (2024-06-30)
Bug Fixes
- netcoredbg: failing to start on Windows (#133) (2bff39c)
v2.3.0
2.3.0 (2024-06-07)
Features
- automatically configure the vscode extension in
nvim-dap
(#129) (a046867)
Bug Fixes
- Start Delve debug in project mode, not file (#122) (67210c0)
v2.2.2
2.2.2 (2023-12-21)
Bug Fixes
- Use integratedTerminal for Python and CodeLLDB (#117) (9e82ded)
v2.2.1
2.2.1 (2023-11-22)
Bug Fixes
v2.2.0
2.2.0 (2023-10-19)
Features
- Enable the codelldb and cppdbg adapters to debug swift applications. (#108) (6148b51)
- Enable Zig debugging on codelldb (#111) (1e5cdf1)
v2.1.1
2.1.1 (2023-06-10)
Bug Fixes
- Fixed codelldb and cppdbg failing to setup on windows. (#96) (961e9e8)
v2.1.0
2.1.0 (2023-05-01)
Features
- Add haskell to list of supported debug adapters (#87) (7c18898)
Bug Fixes
- changed default prompt to be the fresh-installed stack version (#90) (f0a476f)
- use ghci-dap and -ignore-dot-ghci (#91) (6fe5eac)
v2.0.4
2.0.4 (2023-04-23)
Bug Fixes
- remove not used language_mappings defition (#84) (9512a88)
v2.0.3
2.0.3 (2023-04-23)
Bug Fixes