Provide A clear and concise description of what you expected to happen.
A breakpoint sign shows up
Actual behaviour
What actually happened, including output, log files etc.
Nothing shows up, but it can be confirmed that breakpoints are actually added when doing :call vimspector#ListBreakpoints()
Please include:
Vimspector log (~/.vimspector.log)
Output from any or all UI diagnostic tabs (Server, etc.)
2020-09-13 21:43:46,719 - INFO - **** INITIALISING NEW VIMSPECTOR SESSION ****
2020-09-13 21:43:46,719 - INFO - API is:
2020-09-13 21:43:46,719 - INFO - VIMSPECTOR_HOME = /Users/takashiminagawa/.vim/plugged/vimspector
2020-09-13 21:43:46,723 - INFO - gadgetDir = /Users/takashiminagawa/.vim/plugged/vimspector/gadgets/macos
2020-09-13 21:43:46,724 - DEBUG - Toggle found bp at /Users/takashiminagawa/src/github.com/tmtakashi/3d-guitar-amp-renderer/PluginProcessor.cpp:121 ? False (New)
2020-09-13 21:43:47,536 - DEBUG - Toggle found bp at /Users/takashiminagawa/src/github.com/tmtakashi/3d-guitar-amp-renderer/PluginProcessor.cpp:121 ? True (Disable)
2020-09-13 21:43:47,666 - DEBUG - Toggle found bp at /Users/takashiminagawa/src/github.com/tmtakashi/3d-guitar-amp-renderer/PluginProcessor.cpp:121 ? True (Delete)
Environemnt
NOTE: NeoVim is supported only on a best-effort basis. Please check the README
for limitations of neovim. Don't be offended if I ask you to reproduce issues in
Vim.
NOTE: Windows support is experimental and best-efrort only. If you find an
issue related to Windows or windows-isms, consider sending a PR or
discussing on Gitter rather than raising an issue.
Version of Vimspector: (e.g. output of git rev-parse HEAD if cloned or the
name of the tarball used to install otherwise)
Describe the bug
Minimal reproduciton
Does your issue reproduce using
vim -Nu /path/to/vimspector/support/minimal_vimrc
? [No]If you are using Neovim, does your issue reproduce using Vim? [Yes] I'm using normal Vim
Expected behaviour
NOTE: NeoVim is supported only on a best-effort basis. Please check the README for limitations of neovim. Don't be offended if I ask you to reproduce issues in Vim.
NOTE: Windows support is experimental and best-efrort only. If you find an issue related to Windows or windows-isms, consider sending a PR or discussing on Gitter rather than raising an issue.
Version of Vimspector: (e.g. output of
git rev-parse HEAD
if cloned or the name of the tarball used to install otherwise)Output of
vim --version
ornvim --version
which vim
orwhich nvim
::py3 print( __import__( 'sys' ).version )
::py3 import vim
::py3 import vimspector
::checkhealth
Declaration
Additional information
Add any other context about the problem here.