You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
I was wondering if there was a way to debug tests with delve? With a non-go project, if I wanted to run a specific test I just run dlv test -- -test.run [testname] but I'm not sure how to debug specific tests (or even all tests) with buffalo
This discussion was converted from issue #2103 on July 06, 2021 14:30.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was wondering if there was a way to debug tests with delve? With a non-go project, if I wanted to run a specific test I just run
dlv test -- -test.run [testname]
but I'm not sure how to debug specific tests (or even all tests) with buffaloBeta Was this translation helpful? Give feedback.
All reactions