{"id":13898148,"url":"https://github.com/satoren/vscode-lrdb","last_synced_at":"2025-03-21T09:31:01.570Z","repository":{"id":28748140,"uuid":"119229689","full_name":"satoren/vscode-lrdb","owner":"satoren","description":"Lua debugger for vscode","archived":false,"fork":false,"pushed_at":"2023-07-10T10:33:37.000Z","size":2935,"stargazers_count":47,"open_issues_count":18,"forks_count":19,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-17T23:41:10.714Z","etag":null,"topics":["lua","lua-debugger","vscode"],"latest_commit_sha":null,"homepage":"https://github.com/satoren/LRDB","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satoren.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE_1_0.txt","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-01-28T05:09:50.000Z","updated_at":"2025-03-16T22:06:09.000Z","dependencies_parsed_at":"2024-10-28T10:15:43.859Z","dependency_job_id":"bdd1e259-f976-499f-bfb3-f6713cfa0c12","html_url":"https://github.com/satoren/vscode-lrdb","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satoren%2Fvscode-lrdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satoren%2Fvscode-lrdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satoren%2Fvscode-lrdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satoren%2Fvscode-lrdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satoren","download_url":"https://codeload.github.com/satoren/vscode-lrdb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244771530,"owners_count":20507819,"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","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":["lua","lua-debugger","vscode"],"created_at":"2024-08-06T18:04:07.421Z","updated_at":"2025-03-21T09:31:01.143Z","avatar_url":"https://github.com/satoren.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Lua Remote DeBugger for Visual Studio Code\n\n[![Node.js CI](https://github.com/satoren/vscode-lrdb/actions/workflows/main.yml/badge.svg)](https://github.com/satoren/vscode-lrdb/actions/workflows/main.yml)\n\n## Introduction\n\nThis extension is debug Lua programs with Visual Studio Code.\n\n![Lua Debug](https://raw.githubusercontent.com/satoren/vscode-lrdb/master/images/lrdb.gif)\n\n## Features\n\n-   Supports Windows,macOS,Linux\n-   Add/remove break points\n-   Conditional break points\n-   Continue,Pause,Step over, Step in, Step out\n-   Local,Global,\\_ENV,Upvalue variables and arguments\n-   Watch window\n-   Evaluate Expressions\n-   Debug with embedded Lua interpreter(Lua 5.3.3 on Javascript by Emscripten)\n-   Debug with Your host program([require embed debug server](https://github.com/satoren/LRDB))\n-   Remote debugging over TCP\n\n## Extension Settings\n\nlaunch.json example:\n\n```\n{\n    \"version\": \"0.2.0\",\n    \"configurations\": [\n        {\n            \"type\": \"lrdb\",\n            \"request\": \"launch\",\n            \"name\": \"Lua Launch\",\n            \"program\": \"${file}\",\n            \"cwd\": \"${workspaceFolder}\",\n            \"stopOnEntry\": true\n        }\n    ]\n}\n```\n\n## Release Notes\n\n[CHANGELOG](CHANGELOG.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatoren%2Fvscode-lrdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatoren%2Fvscode-lrdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatoren%2Fvscode-lrdb/lists"}