Process seems to be halted - not accepting connections on servers #125
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NeonXP/nvim-dap-go#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have a weird issue that when I launch a configuration that should simply start the process with delve (no breakpoints yet, not a test). I then want to make some connections to its server ports and maybe set some breakpoints.
However, whenever I launch via
nvim-dap-goit doesn't accept any connections on my server - it seems like the process is somehow halted. What do I miss? Why could that be?Launching
dlvdirectly works fine.