VSCode Trace Server extensionThis is a companion extension to the Trace Viewer for VSCode, that helps you manage the life-cycle (starting/stopping) of the trace server, that it needs to analyze and open traces. The extension, once configured, can automatically start and stop your trace server for you, letting you enjoy using the Trace Viewer, without having to worry about that aspect. It also registers VSCode Note: It's assumed you already have a trace server installed locally. If that's not yet the case, please see here for more details about obtaining and installing the Eclipse Trace Compass server. For information about building this extension from source, debugging it, and so on, please see the developer's documentation: README-dev ConfigurationThe following preference settings can be used, under
UsageStarting the Trace ServerAutomatic start: If this extension is configured correctly, it will automatically start the trace server, if needed, upon a trace being opened in the trace viewer. Manual start: Use the Note: this extension is only aware of a running trace server if it started of helped start it, as per above. It will not know if you started the server on the CLI or outside using other means than described above. Stopping the Trace ServerUse the Note that exiting the application should automatically stop the started server if started through it. AcknowledgmentsThis extension was started from VSCode's guide and related samples |