{"id":31647832,"url":"https://github.com/vshaxe/hashlink-debugger","last_synced_at":"2025-10-07T06:46:08.377Z","repository":{"id":32251635,"uuid":"128931120","full_name":"vshaxe/hashlink-debugger","owner":"vshaxe","description":"Visual Studio Code Debugger for Haxe/HashLink applications","archived":false,"fork":false,"pushed_at":"2025-09-09T06:52:57.000Z","size":1069,"stargazers_count":58,"open_issues_count":14,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-09-09T09:22:56.882Z","etag":null,"topics":["debugger","hashlink","haxe","vscode","vscode-debugger","vscode-extension"],"latest_commit_sha":null,"homepage":"https://hashlink.haxe.org/","language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vshaxe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-04-10T12:44:24.000Z","updated_at":"2025-09-09T06:53:00.000Z","dependencies_parsed_at":"2023-02-15T15:46:28.961Z","dependency_job_id":"6f224d1f-f234-44f3-97b2-074ab1d153db","html_url":"https://github.com/vshaxe/hashlink-debugger","commit_stats":null,"previous_names":[],"tags_count":62,"template":false,"template_full_name":null,"purl":"pkg:github/vshaxe/hashlink-debugger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhashlink-debugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhashlink-debugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhashlink-debugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhashlink-debugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vshaxe","download_url":"https://codeload.github.com/vshaxe/hashlink-debugger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhashlink-debugger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278734434,"owners_count":26036404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugger","hashlink","haxe","vscode","vscode-debugger","vscode-extension"],"created_at":"2025-10-07T06:46:06.129Z","updated_at":"2025-10-07T06:46:08.370Z","avatar_url":"https://github.com/vshaxe.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HashLink Debugger\n\nThis VSCode extension allows you to debug [HashLink](https://hashlink.haxe.org/) JIT applications.\n\n*Only available on VSCode 64 bit*\n\n## Building from Source\n\nThe following instructions are only relevant for building the extension from source and are **not required when installing it from the marketplace**.\n\n### Compiling\n\nYou will need [Haxe 4](https://haxe.org/download/).\n\nAdditionally, you need to install these dependencies:\n\n```\nhaxelib install vshaxe\nhaxelib install vscode\nhaxelib install vscode-debugadapter\nhaxelib git hscript https://github.com/HaxeFoundation/hscript.git\nhaxelib git format https://github.com/HaxeFoundation/format.git\n```\n\nYou will need [NodeJS](https://nodejs.org/en/download), if you would like to compile vscode extension or use commandline nodejs version.\n\nAdditionally, you need to install dependencies:\n\n```\nnpm install\n```\n\nOnce all dependencies are ready, you should be able to compile with `make build`.\n\n#### Commandline version\n\nInstead of the vscode plugin, you can also compile and run a commandline version, similar to `gdb`:\n\nDebugger running in HashLink;\n```\ncd hashlink-debugger/debugger\nhaxe debugger.hxml\nhl debug.hl /my/path/filetodebug.hl\n```\n\nYou can then use gdb-like commands such as run/bt/break/etc. (see [sources](https://github.com/vshaxe/hashlink-debugger/blob/master/hld/Main.hx#L219))\n\nThe commandline debugger can also be compiled and run using nodejs, by doing:\n```\ncd hashlink-debugger/debugger\nhaxe node_debug.hxml\nnpm install\nnode debugger.js /my/path/filetodebug.hl\n```\n\n\n### Installing\n\nPlease note that VSCode does not allow users to have a specific directory for a single extension, so it's easier to clone this repository directly into the `extensions` directory of VSCode (`C:\\Users\\\u003cyou\u003e\\.vscode\\extensions` on Windows).\n\nAlternatively, you can run `make package` (requires dependency `npm install vsce -g`) to generate VSCode extension package file (.vsix). It can be used with VSCode \u003e Extensions \u003e Install from VSIX.\n\n### Supported Platforms\n\nSupports Windows, Linux and Mac (Intel chip only, does not work with Rosetta). For OSX/MacOS make sure your Hashlink version is `1.12.0` or higher and you ran `make codesign_osx` during installation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvshaxe%2Fhashlink-debugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvshaxe%2Fhashlink-debugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvshaxe%2Fhashlink-debugger/lists"}