-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
What are the steps to reproduce this issue?
- GdbStart gdb -q program
- start
- [[Optional]] Do something...
- checkpoint
What happens?
Nvim-gdb becomes completely unresponsive to user input. The terminal window shows the standard message checkpoint 1: fork returned pid <pid>, but gdb prompt doesn't appear after that, it is impossible to enter CLI commands anymore, and nvim-gdb commands (GdbNext, GdbStep...) do nothing. After closing nvim, gdb process is still running until force killed. It doesn't always happen, but most of the times.
What were you expecting to happen?
A checkpoint should be created, and nvim-gdb should continue to receive user input.
Any logs, error output, etc?
https://gist.github.com/Alexey104/7812486bb2f6df77140f3c7b5bce52de
Metadata
Metadata
Assignees
Labels
No labels