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.