editor icon indicating copy to clipboard operation
editor copied to clipboard

Enable debug source code in editor

Open domoritz opened this issue 8 years ago • 3 comments

From https://github.com/vega/vega-editor/issues/190

It can currently be quite difficult to debug Vega and Vega-Lite because the sources are minified. Even with sourcemaps, it is quite tedious.

Ideally, we minifiy all dependencies except for Vega and Vega-Lite.

domoritz avatar Dec 03 '17 15:12 domoritz

Another neat feature is that this would speed up compilation for Vega-Lite developers.

domoritz avatar May 08 '18 22:05 domoritz

@domoritz What's the issue exactly?

algomaster99 avatar Mar 12 '19 17:03 algomaster99

I already split up the dependencies but minification sometimes makes debugging quite annoying. I don't know exactly what the best solution is. I think someone with experience in debugging Vega or Vega-Lite needs to look at this.

domoritz avatar Mar 12 '19 17:03 domoritz