https://github.com/sbueringer/bazel-go-rules-darwin-issue
https://github.com/sbueringer/bazel-go-rules-darwin-issue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbueringer/bazel-go-rules-darwin-issue
- Owner: sbueringer
- Created: 2018-09-13T17:16:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T17:17:00.000Z (over 6 years ago)
- Last Synced: 2025-01-24T13:12:37.018Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build & debug
````
bazel build //:test -c dbgdlv exec --headless --listen :2345 --api-version 2 bazel-bin/linux_amd64_debug/test
# Start remote debug config in Intellij
````