Skip to content

Support for pipeTransport for bash.exe #1043

@rajkumar42

Description

@rajkumar42

WSL bash.exe needs arguments to be enclosed in quotes.

The extension should replace the tag ${debuggerCommand} with the actual debugger command when invoking bash.exe

Sample

        {
            "name": "Pipe Attach",
            "type": "coreclr",
            "request": "attach",
            "pipeTransport": {
                "pipeCwd": "${workspaceRoot}",
                "pipeProgram": "bash.exe",
                "pipeArgs": [ "-c", "\"${debuggerCommand}\""],
                "debuggerPath": "~/clrdbg/clrdbg"        
            },
            "processId": 405
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions