is it possible to debug test with arguments? #64
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#64
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?
similar to the
Debug (arguments)option, but to run a specific test.In my usecase, I need to run debug test passing the flag
-tags dynamicand nvim-dap-go current configurations don't seem to support thisI think you can still attach to an existing session, so that may be a workaround
@brunobmello25 You are right. Currently, there is no support to pass flags while running a specific test.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.