Skip to content

Releases: jay-babu/mason-nvim-dap.nvim

v2.4.0

04 Aug 17:16
8b9363d
Compare
Choose a tag to compare

2.4.0 (2024-08-04)

Features

  • Add erlang to list of supported debug adapters (#135) (aa82cbe)

v2.3.1

30 Jun 03:59
4ba55f9
Compare
Choose a tag to compare

2.3.1 (2024-06-30)

Bug Fixes

  • netcoredbg: failing to start on Windows (#133) (2bff39c)

v2.3.0

08 Jun 00:05
f5425eb
Compare
Choose a tag to compare

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

05 Jan 15:46
3614a39
Compare
Choose a tag to compare

2.2.2 (2023-12-21)

Bug Fixes

  • Use integratedTerminal for Python and CodeLLDB (#117) (9e82ded)

v2.2.1

22 Nov 19:25
5b4db7c
Compare
Choose a tag to compare

2.2.1 (2023-11-22)

Bug Fixes

v2.2.0

19 Oct 15:04
f0cd12f
Compare
Choose a tag to compare

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

10 Jun 16:39
e4d56b4
Compare
Choose a tag to compare

2.1.1 (2023-06-10)

Bug Fixes

  • Fixed codelldb and cppdbg failing to setup on windows. (#96) (961e9e8)

v2.1.0

04 May 00:44
c836e51
Compare
Choose a tag to compare

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

23 Apr 15:11
ab69c2e
Compare
Choose a tag to compare

2.0.4 (2023-04-23)

Bug Fixes

  • remove not used language_mappings defition (#84) (9512a88)

v2.0.3

23 Apr 12:12
a781c7d
Compare
Choose a tag to compare

2.0.3 (2023-04-23)

Bug Fixes