atom-node-debugger icon indicating copy to clipboard operation
atom-node-debugger copied to clipboard

Sourcemap support

Open m1sta opened this issue 9 years ago • 12 comments

Are there any plans for introducing sourcemap support?

m1sta avatar Apr 25 '15 18:04 m1sta

Hey @m1sta

It is a good feature. I'm thinking how I can implement it properly. Which includes:

  • coffeescript
  • babel
  • purescript
  • elm
  • clojurescript

.... why so many of them(just talking to myself) ...

kiddkai avatar Jun 22 '15 12:06 kiddkai

Suggestion: Only support inline source maps. These contain the contents of the original file within the source map. You can display these files as a pseudo file within atom

basarat avatar Jun 24 '15 03:06 basarat

Nevertheless .... lots of work. Thanks for the package even as it stands right now :rose:

basarat avatar Jun 24 '15 03:06 basarat

+1

listepo avatar Jun 25 '15 09:06 listepo

+1. I would love to see this working with Typescript.

nistvan86 avatar Sep 15 '15 21:09 nistvan86

Heya @kiddkai, you said you were thinking about the best way to implement, have you had any ideas?

oh, +1 coffeescript <3

DomVinyard avatar Sep 15 '15 22:09 DomVinyard

+1 typescript source map support

mybios avatar Sep 19 '15 12:09 mybios

+1 typescript

tamascsaba avatar Dec 02 '15 14:12 tamascsaba

+1 babel

eldinoyev avatar Mar 15 '16 02:03 eldinoyev

i would love this for my coffeescript/icedcoffeescript projects

omkelderman avatar Apr 17 '16 22:04 omkelderman

There is no node sourcemap debug support in any atom package yet? Is this going to be implemented? I see it's been open for over a year... would really like to try Atom but that's not really feasible for me unless debugging (and Chrome remote debugging) works with sourcemaps.

anyong avatar Apr 19 '16 16:04 anyong

@anyong I'm not aware of any. Seems unlikely to be added here without a PR. I don't have time but would be happy to help, test, review, etc if anyone wants to take the lead on it. VSCode Node debug and debug2 seem like good, well-documented reference implementations.

jiku avatar Dec 05 '16 14:12 jiku