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 136 theia-trace-extension issues
Sort by recently updated
recently updated
newest added

See https://github.com/eclipse-cdt-cloud/trace-server-protocol/pull/103 Signed-off-by: Bernd Hufmann

This PR enhances the React components package to support trace output customization, providing the UI elements needed to trigger and manage customized outputs. These changes complement the JSON configuration editor...

### Bug Description: See description here: https://github.com/eclipse-cdt-cloud/vscode-trace-extension/issues/320 The fix needs to be done in the `traceviewer-react-components` package ### Steps to Reproduce: See `Steps to Reproduce` here: https://github.com/eclipse-cdt-cloud/vscode-trace-extension/issues/320 ### Additional Information...

TspClientProvider creates two distinct instances of ExperimentManager, one in its constructor body and another in its addTraceServerUrlChangedListener() call within the constructor. In ExperimentManager's constructor, a listener is added for the...

### What it does Tables, such as Events Table, contain various information in their rows, each indicating a specific type of data. However, interpreting this information might be challenging due...

## Description: Our codebase contains legacy method binding patterns that add unnecessary complexity. These patterns, likely originating from Java development practices, include method delegation and explicit .bind(this) usage. Since we're...

The front-end of trace compass is able to display data, however, it is formatted by the back-end. It would be good to have access to the raw information, unformatted, for...

help wanted

If a back-end data provider provides multiple columns, the headers are not rendered. Note: Consider not showing header if there is only one column Note: This will require also an...

## Current Problem We're implementing string/regex filtering for states in the time graph visualization. While states are properly filtered via the `tags` property from the backend, we've identified a gap...

If you open a trace with many Available Views and scroll down to the bottom of that list, then open another trace which has less Available Views, the scroll bar...