theia-trace-extension icon indicating copy to clipboard operation
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...

Results 130 theia-trace-extension issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

tech debt

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...

UX
Theia UI

Simulating an Out of memory exception on the backend returns this prompt to the user. ![image](https://user-images.githubusercontent.com/419535/232132388-a0798503-39f3-48f8-8741-1e6c607dd9c4.png) A way to get more information out, (guiding them) would be desirable.

UX
Theia UI

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...

good first issue
UX

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: ![image](https://user-images.githubusercontent.com/419535/200621666-f3b1b9e5-605b-4bba-9321-38e93812dc8c.png)

enhancement
timeline-chart

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...

enhancement
Trace Server
Theia UI

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.

bug
good first issue

[Screen Recording 2023-02-21 at 7.01.15 PM.webm](https://user-images.githubusercontent.com/92893187/220494120-e954bab3-257b-47ee-8596-b60391064c70.webm)

bug
UX
Theia UI