go-pry icon indicating copy to clipboard operation
go-pry copied to clipboard

An interactive REPL for Go that allows you to drop into your code at any point.

Results 6 go-pry issues
Sort by recently updated
recently updated
newest added

integrate with https://github.com/go-rod/rod

Sorry for not providing details. Here are what I mentioned. Wish to add some debug related commands for us to debug as python(ipdb) or ruby(pry) ``` 5: "github.com/d4l3k/go-pry/pry" 6: )...

enhancement

reflect panic when trying to access an unexported field in a struct. For example : ``` type A struct { unexp string Exp string } a := &A{/*.....*/} ``` Access...

enhancement

Hi, everyone! Could you please tell me, can we use `go-pry` with `Echo` framework https://github.com/labstack/echo? I've added `pry.Pry()` to my code, but didn't have result. I've used `go-pry` instead of...

I'm wondering if it's in the scope of go-pry to eventually allow it to run in non-main packages. The way I currently have my Go project set up is to...

Assign the latest value to a variable, `_` for instance, so that you can build on whatever resulted in the last command without having to arrow-up and edit it.

enhancement