Hey folks - I got dlv installed and was able to start off a program with it, but the moment I try to step or continue, dlv just hangs for ever. I'm on OS X. Anyone run into this problem before?
(also noticed that it tends to eat up memory while it hangs)
Has anyone experienced a "bad hmap size" error while debugging? We have a project that when we attempt to debug using delve immediately quits with "bad hmap size". I'm attempting to create a small code sample to reproduce it.