Coder Social home page Coder Social logo

Comments (8)

pwaller avatar pwaller commented on July 2, 2024

Along these lines, I need to place a breakpoint in the standard library. I'm currently hitting net/http.ErrBodyReadAfterClose, and it's very difficult to tell why, so I want to set breakpoints in bufio and net/http, which I take it isn't possible or easy right now.

from godebug.

jeffallen avatar jeffallen commented on July 2, 2024

I just hit this problem, and I wasted a significant amount of time on it. :(

from godebug.

jeremyschlatter avatar jeremyschlatter commented on July 2, 2024

@jeffallen sorry to hear that :( Is there some UX change we could make that would at least make it more obvious what was going on?

from godebug.

jeffallen avatar jeffallen commented on July 2, 2024

Well, it would be awesone if right before you stepped into non insrumented code it told you. Don't know if this is possible without too much overhead...

from godebug.

jeremyschlatter avatar jeremyschlatter commented on July 2, 2024

Here's one idea: when the user runs "step", parse the next line and see if it contains a function call. Then run as normal until we hit the next godebug.Line call. If that call is in the same function as before -- we had no intervening godebug.EnterFunc or godebug.ExitFunc calls -- and we saw a function call in the code for the previous line, report to the user that it stepped over a function call, probably because the function was not instrumented.

from godebug.

jeffallen avatar jeffallen commented on July 2, 2024

+1
On Jun 21, 2015 7:24 AM, "Jeremy Schlatter" [email protected]
wrote:

Here's one idea: when the user runs "step", parse the next line and see if
it contains a function call. Then run as normal until we hit the next
godebug.Line call. If that call is in the same function as before -- we
had no intervening godebug.EnterFunc or godebug.ExitFunc calls -- and we
saw a function call in the code for the previous line, report to the user
that it stepped over a function call, probably because the function was not
instrumented.


Reply to this email directly or view it on GitHub
#12 (comment).

from godebug.

andradei avatar andradei commented on July 2, 2024

👍 Oh how much I wish for the std lib support

from godebug.

doublerebel avatar doublerebel commented on July 2, 2024

👍

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.