Skip to content

The type of vscode.debugConfig should be configurable in zigDebug and debugTest #264

Open
@howmp

Description

In Windows, debug can only work properly when the type is cppvsdbg, like this

{
	"version": "0.2.0",
	"configurations": [
		{
			"name": "Debug Test",
			"type": "cppvsdbg",
			"request": "launch",
			"program": "${workspaceFolder}/zig-out/tmp-debug-build/bin/test-xxx",
			"cwd": "${workspaceFolder}"
		}
	]
}

zigDebug:

type: "lldb",

debugTest:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions