SmallJS icon indicating copy to clipboard operation
SmallJS copied to clipboard

Compiler: Enable breakpoints within ST blocks

Open FunctionPoint opened this issue 1 year ago • 1 comments

Blocks are the ST implementation of JS anonymous functions. Currently is it is not possible to set breakpoints inside blocks in ST code. In TypeScript, that also uses source mapping, this does seem possible. Find out how to make it work for ST files too.

FunctionPoint avatar Jun 16 '24 20:06 FunctionPoint

This seems to be an issue with VSCode / SourceMaps. Made an issue here with a use-case that works and one that does not work: https://github.com/microsoft/vscode-js-debug/issues/2250

FunctionPoint avatar Jul 18 '25 11:07 FunctionPoint