أخبار

Usually, when you use Remote SSH, the Debugger already runs next to the files, so there is no need for mapping. Unless your app is also in Docker. Your mapping also says to map the file to the same ...
Using SourceMaps I can succesfully debug the ST source code that is executing in JS. For every ST function call (message send), a positioned SourceNode is generated with line and column number, so ...