debugging with delve doesn't output anything to console #114
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#114
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?
There is no console output displaying at the repl, not when running
require('dap-go').debug_test()nor when running a normal main function withDelve: debug.Here is a video showcasing the problem:
https://github.com/user-attachments/assets/8e1ace69-290b-4564-923e-5326038cc9b6
Might be fixed when merging https://github.com/leoluz/nvim-dap-go/pull/112
@brunobmello25 yeah.. that is the fix.
I am waiting for the contributor to reply the review.