Giter Site home page Giter Site logo

Comments (7)

cosmos72 avatar cosmos72 commented on May 14, 2024 2

I guess @jkryanchou was proposing to enhance gopry with the typical debugger functionality "next",
which executes one statement, then stops execution and returns to debugger prompt
(or, in this case, gopry prompt) waiting for further commands from the user.

If I understand correctly how gopry is implemented, adding this feature seems difficult: it would require injecting gopry.Pry() or something similar after every statement in the code, in order to trasfer control to gopry after every statement, and let it decide whether to resume execution or show a prompt.

from go-pry.

d4l3k avatar d4l3k commented on May 14, 2024

This is just a wrapper around the go command so all the standard commands should just work. Have you found something that doesn't work?

If so, please provide the logs and how to reproduce.

from go-pry.

jkryanchou avatar jkryanchou commented on May 14, 2024

@d413k Hi, I add more details about my confusion on using go-pry. wish that features could be added into go-pry

from go-pry.

d4l3k avatar d4l3k commented on May 14, 2024

I'm pretty sure you can just do

a = 1
exit

And have it continue as you've described

from go-pry.

jkryanchou avatar jkryanchou commented on May 14, 2024

@d4l3k Modify a =2 and press exit command? It doesn't work.

from go-pry.

d4l3k avatar d4l3k commented on May 14, 2024

Yep. It'd be pretty painful

from go-pry.

jkryanchou avatar jkryanchou commented on May 14, 2024

@d4l3k OK, I got it.

from go-pry.

Related Issues (20)

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.