nvim-dap-ui

A UI for nvim-dap

MIT License

Stars
2.6K
Committers
42

Bot releases are visible (Hide)

nvim-dap-ui - v0.11.1

Published by github-actions[bot] over 3 years ago

0.11.1 (2021-06-12)

Bug Fixes

  • watches: handle empty body in error (a28f5e7), closes #26
nvim-dap-ui - v0.11.0

Published by github-actions[bot] over 3 years ago

0.11.0 (2021-06-12)

Features

  • watches: persist expressions across sessions (adbf4a8), closes #27
nvim-dap-ui - v0.10.3

Published by github-actions[bot] over 3 years ago

0.10.3 (2021-06-11)

Bug Fixes

  • breakpoints: check source exists in frame (a13d029), closes #22
nvim-dap-ui - v0.10.2

Published by github-actions[bot] over 3 years ago

0.10.2 (2021-06-11)

Bug Fixes

  • stacks: send nil arg for threads (51b2687), closes #22
nvim-dap-ui - v0.10.1

Published by github-actions[bot] over 3 years ago

0.10.1 (2021-06-08)

Bug Fixes

nvim-dap-ui - v0.10.0

Published by github-actions[bot] over 3 years ago

0.10.0 (2021-06-08)

Features

  • stacks: hide subtle frames (7564f91)
  • shorten non-relative file paths (a51e018), closes #20
nvim-dap-ui - v0.9.2

Published by github-actions[bot] over 3 years ago

0.9.2 (2021-06-05)

Bug Fixes

  • util: remove unnecessary path check (3c221fe)
nvim-dap-ui - v0.9.1

Published by github-actions[bot] over 3 years ago

0.9.1 (2021-05-31)

Bug Fixes

  • stacks: fallback to source name if no path (055b143), closes #16
nvim-dap-ui - v0.9.0

Published by github-actions[bot] over 3 years ago

0.9.0 (2021-05-30)

Features

  • scopes: expand var in multiple places (fa3e1ad)
nvim-dap-ui - v0.8.1

Published by github-actions[bot] over 3 years ago

0.8.1 (2021-05-27)

Bug Fixes

  • stacks: handle label stackFrame (bb291ba)
nvim-dap-ui - v0.8.0

Published by github-actions[bot] over 3 years ago

0.8.0 (2021-05-27)

Features

nvim-dap-ui - v0.7.1

Published by github-actions[bot] over 3 years ago

0.7.1 (2021-05-21)

Bug Fixes

  • stacks: ignore frame with no line (cf7a6bb), closes #12
nvim-dap-ui - v0.7.0

Published by github-actions[bot] over 3 years ago

0.7.0 (2021-05-19)

Features

nvim-dap-ui - v0.6.0

Published by github-actions[bot] over 3 years ago

0.6.0 (2021-05-15)

Features

  • watches: edit expressions (6a9976a), closes #9
  • allow multiple mappings per action (a2c679a), closes #10
nvim-dap-ui - v0.5.0

Published by github-actions[bot] over 3 years ago

0.5.0 (2021-05-03)

Features

  • hover: multiline display (eecbc17), closes #7
nvim-dap-ui - v0.4.3

Published by github-actions[bot] over 3 years ago

0.4.3 (2021-05-03)

Bug Fixes

  • float: avoid error on already closed win (cefdd05)
nvim-dap-ui - v0.4.2

Published by github-actions[bot] over 3 years ago

0.4.2 (2021-05-03)

Bug Fixes

  • eval: hovers show content now (#8) (73c8319)
nvim-dap-ui - v0.4.1

Published by github-actions[bot] over 3 years ago

0.4.1 (2021-04-19)

Bug Fixes

  • float: adjust row/col to new border (af1361c)
nvim-dap-ui - v0.4.0

Published by github-actions[bot] over 3 years ago

0.4.0 (2021-04-18)

Features

  • float: use new built-in border (e43dc23)
nvim-dap-ui - v0.3.1

Published by github-actions[bot] over 3 years ago

0.3.1 (2021-04-17)

Bug Fixes

  • windows: check win exists before closing (1ad9e96), closes #5