diff --git a/home/home.go b/home/home.go index ebc25af4..76052e20 100644 --- a/home/home.go +++ b/home/home.go @@ -336,6 +336,8 @@ func requireAdminRights() { admin, _ := util.HaveAdminRights() if //noinspection ALL admin || isdelve.Enabled { + // Don't forget that for this to work you need to add "delve" tag explicitly + // https://stackoverflow.com/questions/47879070/how-can-i-see-if-the-goland-debugger-is-running-in-the-program return }