Konubinix' opinionated web of thoughts

Debug Node Typescript Dap Emacs

fleeting

debug node typescript dap emacs

add “sourceMap”: true in the tsconfig.ts

after tsc, run

node –inspect-brk ./dist/…/transpiledfile.js someoptions

START by addçng a btreakpçjnt _n the ts files

thrn dap-devug, abd node attach, and voilà!!