theia-trace-extension
theia-trace-extension copied to clipboard
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-comp...
In many cases, the React components defined here do not declare their data dependencies or behaviors clearly. For example: https://github.com/eclipse-cdt-cloud/theia-trace-extension/blob/02ac259e6a25d59c8bbec32656ea8e127184fe28/packages/react-components/src/trace-explorer/trace-explorer-time-range-data-widget.tsx#L7-L10 From its props, that component gives absolutely no indication of...
2 commits to add context-sensitive menu. - Support TIME_RANGE columns in Time Graph output component With this, it's possible to provide time range column to select the time ranges provided...
After opening the Show View Options menu and clicking Select source output, a dialog is opened with a list of sources. If the dialog is closed with the Close button...
Simulating an Out of memory exception on the backend returns this prompt to the user.  A way to get more information out, (guiding them) would be desirable.
I've attached an example below where there is some overflow in the properties component. The user has to manually resize the properties window or the browser window to make sure...
In Trace Compass Classic, one can vertically scroll by middle-click dragging timeline charts. This is very useful for viewing traced thread bombs. example trace: 
In the below example, the user has to lookup the tree to see which process the tooltip TID corresponds to. It would be easier if both TID and process name...
Right click menu: - [x] Rename “Delete Trace” to “Remove Trace” - [ ] Remove “Open Trace”: It’s faster to just click on the trace - [ ] Rename “Close...
currently, the "crosshair" icon is used to right-click select. It should be the left right arrow icon.
[Screen Recording 2023-02-21 at 7.01.15 PM.webm](https://user-images.githubusercontent.com/92893187/220494120-e954bab3-257b-47ee-8596-b60391064c70.webm)