Hey guys, I built a VS code extension that allows ...
# share-your-work
i
Hey guys, I built a VS code extension that allows you to debug in JS/TS faster than with traditional debuggers. Would love to have your opinion 😊 https://marketplace.visualstudio.com/items?itemName=dedale-dev.ariana&ssr=false#overview
a
I’d love to know how you built it! Transpilation to add callbacks, or is there better infra for debugging tools these days?
g
Looks great! Reminds me of Quokka which I used to depend on quite a lot (not sure why I don't anymore, maybe because I switched from VSCode to Zed?)
i
Wooh so interesting thanks a lot for Quokka, definitely the same vibe
And yes @alltom, basically we have a transpiler that takes your code and reproduce it in the same language with logging (but without compiling it obviously)