-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
A few years ago I managed to get the debugger working with some work, but since then the hxml launch.json property has been removed and I can't get it to run correctly.
{
"name": "HashLink debug",
"request": "launch",
"type": "hl",
"cwd": "${workspaceFolder}/Export/hl/bin",
"program": "${workspaceFolder}/Export/hl/obj/ApplicationMain.hl",
},
When it launches, it doesn't have access to any of the asset library manifests necessary to load resources in a Lime / OpenFl app.
Uncaught exception: [lime.utils.Preloader] ERROR: There is no asset library with an ID of "default"
If I try different configurations, like:
"cwd": "${workspaceFolder}
Then I get a popup error on running about not finding lime.hdll

Metadata
Metadata
Assignees
Labels
No labels