eclipse-cdt-cloud / theia-trace-extension

Eclipse Theia trace viewer extension using the Trace Server Protocol (TSP), through the tsp-typescript-client. Also the home for reusable JavaScript libraries: traceviewer-base, traceviewer-react-components
MIT License
49 stars 60 forks source link

Provide pre-compiled application packaged with trace server #352

Closed ebugden closed 2 years ago

ebugden commented 3 years ago

In some cases, if users want to visualize their own traces, they still need to do the full complicated dev setup. The live demo allows users to upload traces, but this is not safe for private traces and not possible for very large traces. Providing a downloadable binary is a nice midway point between the live demo and the full dev setup.


Related: #59

ebugden commented 3 years ago

Updates (that could make the current approach proposed in #387 less relevant?):

ebugden commented 2 years ago