nvim-dap-ui icon indicating copy to clipboard operation
nvim-dap-ui copied to clipboard

Question: is it possible to monitor stack/variables on the go?

Open grappas opened this issue 4 months ago • 2 comments

Instead only on breakpoint or step. I don't want to always stop the program to analyze variables.

grappas avatar Mar 06 '24 21:03 grappas

You can use conditional breakpoints. Does that fit your use case?

igorlfs avatar Mar 19 '24 00:03 igorlfs

No, it's not. It could be a breakpoint that would be automatically resumed right after data is collected and displayed. I want to check how data is processed through strict timeline. In other words it cannot be stopped all together, but rather stopped only to collect variables data to display and continued.

grappas avatar Mar 19 '24 17:03 grappas