Releases: rcarriga/nvim-dap-ui
Releases · rcarriga/nvim-dap-ui
v0.11.1
0.11.1 (2021-06-12)
Bug Fixes
- watches: handle empty body in error (a28f5e7), closes #26
v0.11.0
0.11.0 (2021-06-12)
Features
- watches: persist expressions across sessions (adbf4a8), closes #27
v0.10.3
0.10.3 (2021-06-11)
Bug Fixes
- breakpoints: check source exists in frame (a13d029), closes #22
v0.10.2
0.10.2 (2021-06-11)
Bug Fixes
- stacks: send nil arg for threads (51b2687), closes #22
v0.10.0
0.10.0 (2021-06-08)
Features
- stacks: hide subtle frames (7564f91)
- shorten non-relative file paths (a51e018), closes #20
v0.9.2
0.9.2 (2021-06-05)
Bug Fixes
- util: remove unnecessary path check (3c221fe)
v0.9.1
0.9.1 (2021-05-31)
Bug Fixes
- stacks: fallback to source name if no path (055b143), closes #16
v0.9.0
0.9.0 (2021-05-30)
Features
- scopes: expand var in multiple places (fa3e1ad)
v0.8.1
0.8.1 (2021-05-27)
Bug Fixes
- stacks: handle label stackFrame (bb291ba)