Will Faught

Results 104 comments of Will Faught

Got this error too. The fix also worked for me. Any chance we can get it checked in?

>The current behavior is consistent with what happens with dlv cli Interesting, good to know! >A pointer is more than just the raw address because it has an underlying type....

@polinasok >With the switch to dlv-dap adapter, pointers are now printed as *{whatever the underlying type is printed as inlined}. This makes it possible to inspect the dereferenced values without...

Automatically inserting a breakpoint at program/test start when there are no other breakpoints would be perfect.

I've had that problem too. I like that idea. The ability to name funcs/methods to break at the start of would be useful too.

The full default stack trace with arg values is probably too noisy. Perhaps even just the function names are enough, but I could see how file/line could be helpful too....

Perhaps the goroutine number would be useful too.

I would name it "return" because it's self-documenting, and on the off-chance this is ever localized, it doesn't make sense to use a French word where English is used everywhere...

@glycerine the issue documents the need, it's not a request for anyone specific to do it