Anyone uses Webstorm debug with SST (Node and Type...
# sst
y
Anyone uses Webstorm debug with SST (Node and Typescript) successfully? The best I have is to create npm debug configurations, which do stop on breakpoints but only on transpiled files, not on the original source.
r
@Ben Gooding - do you manage to step through your TypeScript and not the compiled code?
b
Yes... just had to check... I can put a break point in TypeScript and step through the uncompiled code while running a debug configuration. Definitely possible! I haven't done anything special to make it work.
y
@Ben Gooding thanks.
n
I also debug via IntelliJ, I just click on the debug button for my sst start script in package.json. I’m not doing anything special.