microsoft / microsoft/vscode-gradle

I had enabled the "Debug JavaExec tasks" feature, but can not find the debug icon on tasks.

Open
#809 12 comments 0 reactions 1 assignee View on GitHub

@badsyntax is already working on this.

Since Dec 10, 2020.

ai-triaged bug debugging question
Dominant language
Java
Stars
179
Forks
91
Avg merge
1d 5h
Merged PRs (30d)
9

Description

Extension Name: vscode-gradle
Extension Version: 3.5.2
OS Version: windows 10
VSCode version: 1.15.1

Describe the bug
I had enabled the "Debug JavaExec tasks" feature, but can not find the debug icon on tasks.

To Reproduce
I had added the following code in settings.json

    "gradle.javaDebug": {
        "clean": true,
        "tasks": [
            "run",
            "runBoot",
            "test",
            "intTest",
            "integration"
        ]
    },

Expected behavior
There should be a debug icon on tasks (such as run).

But there is nothing happened.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.