Skip to content

Could not start 'hl' process, executable was not found in PATH. #95

@yeslayla

Description

@yeslayla

OS: Fedora 33

Hi there! 👋

I'm trying to launch Hashlink via vscode launch.json to easily utilize the debugger, but for whatever reason it doesn't seem to be able to find my binary.

image

image

image

launch.json

{
	"version": "0.2.0",
	"configurations": [
        {
            "name": "HashLink",
            "request": "launch",
            "type": "hl",
            "cwd": "${workspaceFolder}",
            "preLaunchTask": {
                "type": "haxe",
                "args": "active configuration"
            }
        }
	]
}

compiler.hxml

-cp src
-lib heaps
-lib hlsdl
-hl hello.hl
-main Main

Metadata

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