mapeditor / mapeditor/tiled-extensions
How to attach an external debugger for the .js files?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 65
- Forks
- 26
- Avg merge
- 15h 12m
- Merged PRs (30d)
- 2
Description
How can I attach an external debugger (like VSCode) to debug a .js extension for Tiled I'm currently working?
The javascript "debugger" command also just shows "Unimplemented code" on the Tiled console. IMHO, it should pause the script execution so you can connect a debugger and continue in step-by-step.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating Tiled's JavaScript extension debugging support and the handling of the JavaScript "debugger" command; done should mean an external debugger such as VSCode can attach, pause script execution, and continue step by step.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100