{"id":16694119,"url":"https://github.com/philschatz/vscode-xslt","last_synced_at":"2025-04-10T01:33:14.937Z","repository":{"id":41117000,"uuid":"251465538","full_name":"philschatz/vscode-xslt","owner":"philschatz","description":"XSLT Debugger for VSCode","archived":false,"fork":false,"pushed_at":"2023-05-10T02:57:52.000Z","size":98,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T03:11:31.784Z","etag":null,"topics":["breakpoint","debugger","vscode","vscode-extension","xml","xslt","xslt-debugger"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=philschatz.vscode-xslt","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philschatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-03-31T01:01:59.000Z","updated_at":"2025-03-18T07:09:19.000Z","dependencies_parsed_at":"2025-02-16T08:45:02.600Z","dependency_job_id":null,"html_url":"https://github.com/philschatz/vscode-xslt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philschatz%2Fvscode-xslt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philschatz%2Fvscode-xslt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philschatz%2Fvscode-xslt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philschatz%2Fvscode-xslt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philschatz","download_url":"https://codeload.github.com/philschatz/vscode-xslt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248140627,"owners_count":21054324,"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":["breakpoint","debugger","vscode","vscode-extension","xml","xslt","xslt-debugger"],"created_at":"2024-10-12T16:43:50.742Z","updated_at":"2025-04-10T01:33:14.869Z","avatar_url":"https://github.com/philschatz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XSLT Debugger for VSCode\n\n![xslt-debugger](https://user-images.githubusercontent.com/253202/77986979-307c9a80-72de-11ea-874f-f335133f451e.gif)\n\nThis debugger allows you to set breakpoints in the XSL file _and_ the source XML document. If a breakpoint is set in the source XML document then every template that matches the breakpoint will pause.\n\n## Steps to run\n\n1. Make sure `java` is installed and available in the current path\n1. Create a launch config.json that contains something like the following in it (replace the `my_` files with yours)\n1. Press Play in the Run panel\n\n```json\n{\n  \"configurations\": [\n    {\n      \"type\": \"xslt\",\n      \"request\": \"launch\",\n      \"name\": \"Debug XSLT File\",\n      \"xslPath\": \"${workspaceFolder}/my_transform.xsl\",\n      \"sourcePath\": \"${workspaceFolder}/my_input.xml\",\n      \"destinationPath\": \"${workspaceFolder}/my_output.xml\",\n      \"parameters\": {\n        \"theseAreOptional\": true,\n        \"andCanBeOmmittedIfYou\": \"do not use them\"\n      }\n    }\n  ]\n}\n```\n\n## Windows Users\n\nUsers of Windows Subsystem for Linux (WSL) have reported problems with breakpoints. Installing OpenJDK 11+ [seems to fix the problem](https://marketplace.visualstudio.com/items?itemName=philschatz.vscode-xslt\u0026ssr=false#review-details).\n\n```\nWSL: sudo apt install default-jre\njs@JS-DESKTOP:/mnt/d/Temp/psh/xslt_debug$ java -version\nopenjdk version \"11.0.13\" 2021-10-19\nOpenJDK Runtime Environment (build 11.0.13+8-Ubuntu-0ubuntu1.18.04)\nOpenJDK 64-Bit Server VM (build 11.0.13+8-Ubuntu-0ubuntu1.18.04, mixed mode, sharing)\n\nSuccess: hits Breakpoint!\n```\n\n## Local Development\n\n1. Run `npm install` in this repo\n1. Run [./prebuild.bash](./prebuild.bash) to make sure the XSLT jar is available (from [xslt-debug-adapter](https://github.com/philschatz/xslt-debug-adapter))\n1. Open up the repo in VSCode and press \u003ckbd\u003eF5\u003c/kbd\u003e to start a development instance of VSCode\n1. Open a directory in the dev VSCode with an XSLT file and an input XML file\n1. Create a launch config.json as shown above and press Run\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilschatz%2Fvscode-xslt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilschatz%2Fvscode-xslt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilschatz%2Fvscode-xslt/lists"}