Git Product home page Git Product logo

go_repl's People

Stargazers

 avatar

Watchers

 avatar  avatar

go_repl's Issues

delve debug

root@57bda0941f68:/home/qgb/go/go_repl# find / -not \( -path "/home" -prune \) -not \( -path "/all" -prune \) -not \( -path "/root" -prune \) -iname '*delve*'
/go/pkg/mod/cache/download/sumdb/sum.golang.org/lookup/github.com/go-delve
/go/pkg/mod/cache/download/sumdb/sum.golang.org/lookup/github.com/go-delve/[email protected]
/go/pkg/mod/cache/download/github.com/go-delve
/go/pkg/mod/cache/download/github.com/go-delve/delve
/go/pkg/mod/github.com/go-delve
/go/pkg/mod/github.com/go-delve/[email protected]
/go/pkg/mod/github.com/go-delve/[email protected]/pkg/proc/core/delve_core.go
/go/pkg/mod/github.com/go-delve/[email protected]/pkg/elfwriter/delve_core_notes.go
/go/pkg/mod/github.com/go-delve/[email protected]/assets/delve_icon.png
/go/pkg/mod/github.com/go-delve/[email protected]/assets/delve_horizontal.png
/go/pkg/mod/github.com/go-delve/[email protected]/assets/delve_icon_2x.png
/go/pkg/mod/github.com/go-delve/[email protected]/assets/delve_horizontal_2x.png


go install github.com/go-delve/delve/cmd/dlv@latest


root@57bda0941f68:/home/qgb/go/go_repl# dlv debug repl.go
Type 'help' for list of commands.
(dlv) b repl.go:10
Breakpoint 1 set at 0x846ef8 for main.main() ./repl.go:10
(dlv) c
> main.main() ./repl.go:10 (hits goroutine(1):1 total:1) (PC: 0x846ef8)
     5:         "github.com/x-motemen/gore/cli"
     6:         "fmt"
     7: )
     8:
     9: func main() {
=>  10:         fmt.Printf("%#v\n================   %#v\n",1,2)
    11:         os.Exit(cli.Run())
    12: }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.