for debugging

This commit is contained in:
Chris Lu 2020-08-18 17:35:39 -07:00
parent ee11d98650
commit 51ecb49db3

15
weed/Makefile Normal file
View file

@ -0,0 +1,15 @@
BINARY = weed
SOURCE_DIR = .
all: debug_mount
.PHONY : clean debug_mount
clean:
go clean $(SOURCE_DIR)
rm -f $(BINARY)
debug_mount:
go build -gcflags="all=-N -l"
dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- mount -dir=~/tmp/mm