Coder Social home page Coder Social logo

Comments (4)

jeremyschlatter avatar jeremyschlatter commented on July 21, 2024

This is doable. It's not something I have wanted myself, though -- can you give an example where this would be helpful, so I can better understand the use case?

One thing I have considered doing is automatically inserting a breakpoint at program/test start when there are no other breakpoints. Would that provide what you want? Or are there times when you have inserted explicit _ = "breakpoint" lines in your source and you also want to beak at program/test start?

from godebug.

willfaught avatar willfaught commented on July 21, 2024

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

from godebug.

blamarche avatar blamarche commented on July 21, 2024

Not to necro this... but for use in environments with strict code quality control, having devs forget to remove _ = "breakpoint" lines when committing becomes an annoying overhead problem. So related to this particular feature request, would also be nice to have the ability to pass in breakpoints via the command line by specifying the file+line number. Something like: godebug run -break=file1.go:34,file2.go:183 ...

from godebug.

willfaught avatar willfaught commented on July 21, 2024

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.

from godebug.

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.