Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debug flag to include delve #1320

Merged
merged 11 commits into from
Jun 11, 2024

Commits on May 22, 2024

  1. Add debug option to include Delve debugger

    Signed-off-by: Christoph Stäbler <[email protected]>
    creydr authored and luhring committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c06d39d View commit details
    Browse the repository at this point in the history
  2. Run ./hack/update-codegen.sh

    Signed-off-by: Christoph Stäbler <[email protected]>
    creydr authored and luhring committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e082b51 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Signed-off-by: Christoph Stäbler <[email protected]>
    creydr authored and luhring committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3746722 View commit details
    Browse the repository at this point in the history
  4. review feedback

    Signed-off-by: Dan Luhring <[email protected]>
    luhring committed May 22, 2024
    Configuration menu
    Copy the full SHA
    464b8bb View commit details
    Browse the repository at this point in the history
  5. predict dlv install path using os + arch

    Signed-off-by: Dan Luhring <[email protected]>
    luhring committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c234551 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. add e2e test for dlv

    Signed-off-by: Dan Luhring <[email protected]>
    luhring committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4a05ed5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. docs: add draft for debugging

    Signed-off-by: Dan Luhring <[email protected]>
    luhring committed May 24, 2024
    Configuration menu
    Copy the full SHA
    49efbef View commit details
    Browse the repository at this point in the history
  2. limit platforms supported by debugging

    Signed-off-by: Dan Luhring <[email protected]>
    luhring committed May 24, 2024
    Configuration menu
    Copy the full SHA
    847893c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. dlv: os_arch dir only if different from runtime

    Signed-off-by: Dan Luhring <[email protected]>
    luhring committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    969a121 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. clone and build dlv instead of go install

    Signed-off-by: Dan Luhring <[email protected]>
    luhring committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    73a8a50 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. debug: build unsupported platforms with a warning

    Signed-off-by: Dan Luhring <[email protected]>
    luhring committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9a2e1a7 View commit details
    Browse the repository at this point in the history