jayli / jayli/vim-easydebugger
这里并不是所有语言的debugger都是通过kill来结束
Open
bug
- Dominant language
- Vim Script
- Stars
- 49
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/jayli/vim-easydebugger/blob/e8c711ccb49bcec76ecd06d3352c2abe82a33cdf/autoload/debugger/runtime.vim#L372
`kill`是 NodeJS 里的 kill 命令,Go 不支持,需要考虑到多语言支持
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading autoload/debugger/runtime.vim around line 372, where the NodeJS-specific kill command is referenced. Trace how debugger termination is selected, then determine how Go should terminate and verify that both NodeJS and Go debugger sessions can end successfully without assuming kill is supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, nodejs, vim
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100