-
|
I'm curious, it seems like the watches created with nvim-dap, with I'm probably just overlooking something in the docs, but this is at least somewhat unexpected for me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hey, omg lervag from vimtex :D I think you're mixing up log points (which aren't necessarily tied to a variable) with data breakpoints, which nvim-dap does not currently support? The watches from nvim-dap-view do not use either of these mechanisms, they are just a list of expressions that are reevaluated when the session stops. When nvim-dap eventually adds support for data breakpoints, we can look into a tighter integration with the watches view |
Beta Was this translation helpful? Give feedback.
Hey,
omg lervag from vimtex :D
I think you're mixing up log points (which aren't necessarily tied to a variable) with data breakpoints, which nvim-dap does not currently support?
The watches from nvim-dap-view do not use either of these mechanisms, they are just a list of expressions that are reevaluated when the session stops.
When nvim-dap eventually adds support for data breakpoints, we can look into a tighter integration with the watches view