Ben Jackson

Results 514 comments of Ben Jackson

in this situation, what expression would you expect vimspector to pick? vimspector is very dumb about language syntax so It just gets a very simple word under the cursor. if...

I think vimspector uses iskeyword from vim. I can check but there's little chance that I can support the syntax and semantics from every language. If this is so broken...

You can use this https://github.com/puremourning/vimspector?tab=readme-ov-file#custom-mappings-while-debugging BY default vimspector doesn’t set any mappings unless you ask for them. A hook already exists to set your own custom mappings in debug start/end...

This change is [](https://reviewable.io/reviews/puremourning/vimspector/952)

This change is [](https://reviewable.io/reviews/puremourning/vimspector/935)

This change is [](https://reviewable.io/reviews/puremourning/vimspector/953)

@copilot it doesn't look like it's working. breakpoints.test.vim shouldn't take this long to run

This change is [](https://reviewable.io/reviews/puremourning/vimspector/933)

Thanks! Just a nit and we can merge

> Should the lines be indented for clarity? > > ``` > - Thread 0: T#0 (paused) > f2()@script.nut:10 > f1()@script.nut:20 > main()@script.nut:30 > + Thread 1: T#1 (paused) >...