{"id":31647815,"url":"https://github.com/vshaxe/hxcpp-debugger","last_synced_at":"2025-10-07T06:46:04.882Z","repository":{"id":45991906,"uuid":"132814305","full_name":"vshaxe/hxcpp-debugger","owner":"vshaxe","description":"Visual Studio Code Debugger for Haxe/HXCPP applications","archived":false,"fork":false,"pushed_at":"2025-03-05T12:29:12.000Z","size":177,"stargazers_count":28,"open_issues_count":20,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-18T13:37:25.651Z","etag":null,"topics":["debugger","haxe","hxcpp","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2018-05-09T21:23:23.000Z","updated_at":"2025-09-15T19:42:07.000Z","dependencies_parsed_at":"2025-03-05T13:26:52.093Z","dependency_job_id":"56db4b5f-ddc1-4def-8a41-9aafa71bbdc8","html_url":"https://github.com/vshaxe/hxcpp-debugger","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/vshaxe/hxcpp-debugger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhxcpp-debugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhxcpp-debugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhxcpp-debugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhxcpp-debugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vshaxe","download_url":"https://codeload.github.com/vshaxe/hxcpp-debugger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vshaxe%2Fhxcpp-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","haxe","hxcpp","vscode","vscode-extension"],"created_at":"2025-10-07T06:46:00.320Z","updated_at":"2025-10-07T06:46:04.876Z","avatar_url":"https://github.com/vshaxe.png","language":"Haxe","readme":"# HXCPP Debugger\n\n[![CI](https://img.shields.io/github/workflow/status/vshaxe/hxcpp-debugger/CI.svg?logo=github)](https://github.com/vshaxe/hxcpp-debugger/actions?query=workflow%3ACI) [![Version](https://vsmarketplacebadge.apphb.com/version-short/vshaxe.hxcpp-debugger.svg)](https://marketplace.visualstudio.com/items?itemName=vshaxe.hxcpp-debugger) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/vshaxe.hxcpp-debugger.svg)](https://marketplace.visualstudio.com/items?itemName=vshaxe.hxcpp-debugger)\n\nThis VSCode extension allows you to debug [HXCPP](https://haxe.org/manual/target-cpp-getting-started.html) applications.\n\n## Usage\n\nTo debug a HXCPP application, it needs to be compiled with the `hxcpp-debug-server` library and in debug mode. First, run the \"HXCPP: Setup\" command from the command palette (\u003ckbd\u003eF1\u003c/kbd\u003e) to install the library.\n\nThen the library needs to be included in your project:\n\n* `build.hxml`:\n\n\t```\n\t-lib hxcpp-debug-server\n\t```\n\n* Lime/OpenFL `project.xml`:\n\n\t```\n\t\u003chaxelib name=\"hxcpp-debug-server\" /\u003e\n\t```\n\nFinally, you need a launch configuration:\n\n\n```json\n{ \n    \"version\": \"0.2.0\",\n    \"configurations\": [\n        {\n            \"name\": \"HXCPP\",\n            \"type\": \"hxcpp\",\n            \"request\": \"launch\",\n            \"program\": \"${workspaceFolder}/bin/application.exe\"\n        }\n    ]\n}\n```\n\nReplace `/bin/application.exe` with the path to your executable file.\n\n## Installing from source\n\n1. Navigate to the extensions folder (`C:\\Users\\\u003cusername\u003e\\.vscode\\extensions` on Windows, `~/.vscode/extensions` otherwise)\n2. Clone this repo: `git clone https://github.com/vshaxe/hxcpp-debugger`\n3. Change current directory to the cloned one: `cd hxcpp-debugger`.\n4. Install dependencies `npm install`\n5. Do `npx haxe build.hxml`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvshaxe%2Fhxcpp-debugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvshaxe%2Fhxcpp-debugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvshaxe%2Fhxcpp-debugger/lists"}