Closed codycjy closed 2 years ago
Repro steps are incomplete.
Sorry I still can't reproduce this, so let's close it. Having unreproducible bugs open is just noise. I don't doubt that there is an issue here, so if you can find a reliable reproducer, happy to re-open.
Description
This is my code
When I Start debugging and try to add variables like G , ans and so on the error appears. This bug appears at neovim with the minimal reproduction. Due to my vim version is 8.1 so I can't sure whether this bug exists in 8.2 or higher, but when I test it, the error reproduced.
Works in vim?
Only broken in Neovim
Works with clean config?
Yes
Minimal Reproduction
List of steps to reproduce:
Run
/usr/bin/nvim --clean -Nu /home/saltfish/.nvim/plugged/vimspector/tests/vimrc --cmd "let g:vimspector_enable_mappings='HUMAN'" test.cpp
Open the file in the empty folder just the single cpp file and the
.vimspector.json
below add breakpoints at line 22 and 32compile the test file with
g++ test.cpp -o test -ggdb -std=c++17
Press F5 to run the debug. add variable ans or G to the vimspector.Variables
Expected Behaviour
Press F5 start the debug and add a variable to inspect.
Actual Behaviour
When I input the variable name and press Enter, Raise following error
Additional information
Using
g++ --version
outputg++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Installation Type
Plugin Manager (git clone)
Vimspector version
bdfa7471ec63e49b7712a8f16ee7d1f96f3783d8
Debug Info
Log file
Vim version
Python version
No response
Neovim diagnostics
Operating System
Linux saltfish 5.13.0-52-generic #59~20.04.1-Ubuntu SMP Thu Jun 16 21:21:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Declaration