debugging - Does Adobe Brackets' s Theseus debugger for Node.js have a breakpoint option as well? -


i'm loving theseus dealing usual callback hell, still have problems need set breakpoint , trace through.

i'm having kill app, start node --debug, trace through, kill app, start app node-theseus, rinse , repeat. find myself having use ton of un-necessary immediate functions theseus gives more information , that's bad design.

is possible use theseus breakpoints? i've tried searching around github page, stackoverflow , forums, no luck far.

am missing something? because theseus breakpoints best debugging environment i've ever worked with.

i found relevant info theseus team: https://github.com/adobe-research/node-theseus/issues/11

so no, it's not possible use theseus breakpoints.

basically(as far can tell) theseus generates lot of code , it's difficult make source map original code. theseus team working on it, doesn't feature available soon.


Comments