Giter VIP home page Giter VIP logo

Comments (2)

lukehoban avatar lukehoban commented on July 3, 2024

@coussej Thanks.

Do you have the latest version of vscode-go by chance (0.6.11)? There should have been fixes for a few debugging issues, including displaying more information about what the debugger is doing in the debug console.

If you do, and still have issues, could you add more details along the lines of what is described in #51 (comment), and reopen this issue?

from vscode-go.

coussej avatar coussej commented on July 3, 2024

I do indeed have the latest version. I have a very simple program:
screen shot 2015-11-23 at 22 27 01

When I run with the following configuration:

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Launch main.go",
            "type": "go",
            "request": "launch",
            "mode": "debug",
            "program": "/Users/jeroen/golang/src/github.com/coussej/hello/main.go",
            "env": {},
            "args": []
        }
    ]
}

... nothing happens:

screen shot 2015-11-23 at 22 27 32

I also tried other values for the program property, but no result. It's just strange I don't get any error message. The dlv command is working, I can debug the app using dlv debug in terminal.

from vscode-go.

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.