Golang Test Debugger runs with PWD being the project root #2213
Labels
awaiting-maintainer
Awaiting review from Bazel team on issues
lang: go
Go rules integration
product: GoLand
GoLand plugin
topic: debugging
Issues related to debugging
topic: testing
type: bug
The tests should execute in the build directory.
Right now when you "run" a test with the "run" button, it will use the build directory (bazel-out/k8-dbg/bin/...) and use the command
bazel test
. If you run with the "debug" button it will run in the project root and with thebazel run
command.The text was updated successfully, but these errors were encountered: