vimspector icon indicating copy to clipboard operation
vimspector copied to clipboard

[Feature Request]: Do not open source file if the file does not exists

Open zoumi opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. No,it's just a little disturbing.

Describe the solution you'd like When user Pause the debug, do not try to open source file if the file does not exists. (Because some third party .so files may contain file path that does not exists in user's PC)

zoumi avatar Oct 15 '23 09:10 zoumi

I don't understand. What is the problem here?

puremourning avatar Oct 15 '23 09:10 puremourning

For example: When user call :VimspectorPause when the program is running in libc.so, and this libc.so contains debug info, but the debug info point to a source file path that does not exists in the file system, then vimspector will open an empty buffer.

zoumi avatar Oct 16 '23 00:10 zoumi