gosling.js icon indicating copy to clipboard operation
gosling.js copied to clipboard

Enable effective debugging

Open sehilyi opened this issue 3 years ago • 0 comments

Jan Aerts from BioVis asked about how one can debug in Gosling.js.

Since it is vega-like: how can you debug the incremental construction of visuals. It is always challenging to debug in Vega.

This is a great point that we will need to explore.

Currently, we show log messages to show whether the schema is valid and what is the issue if any (e.g., "x_1 is not valid property" in the Editor).

sehilyi avatar Jul 26 '21 14:07 sehilyi