Update instructions to set up trace server#711
Open
hoangphamEclipse wants to merge 1 commit intoeclipse-cdt-cloud:masterfrom
Open
Update instructions to set up trace server#711hoangphamEclipse wants to merge 1 commit intoeclipse-cdt-cloud:masterfrom
hoangphamEclipse wants to merge 1 commit intoeclipse-cdt-cloud:masterfrom
Conversation
bhufmann
requested changes
Mar 17, 2022
d10a4a2 to
904dbda
Compare
The current instructions to set up the trace server for the trace extension does not explicitly indicate steps that only apply to Linux users. In addition, the lack of clear instructions for manually downloading and setting up the trace server makes it difficult for developers, who uses other OS, to run the trace server. This commit improves the documentation by providing clear instructions for developers on how to set up the server either by (1) using yarn, (2) downloading the server manually, or (3) building server manually. This will help contributors speed up their installation process, and reduce support effort. Signed-off-by: Hoang Thuan Pham <hoang.pham@calian.ca>
904dbda to
a48c159
Compare
Contributor
Author
|
@bhufmann Just letting you know that this PR is updated. |
bhufmann
reviewed
Mar 1, 2023
| You can also build the trace-server yourself using Trace Compass and the Incubator. Take a look at the [instructions here][tc-server-build]. | ||
| Please note that you need a Trace Server Build before starting the server. See [Getting a Trace Server build][tc-server-download-guide] for more details. You will need to stop the server manually as well. | ||
|
|
||
| #### Starting the Trace Server from the Theia application |
Contributor
There was a problem hiding this comment.
In this chapter you should describe the preference setting for the trace server. User can change it to point to point to a custom trace server.
bhufmann
requested changes
Mar 1, 2023
Contributor
bhufmann
left a comment
There was a problem hiding this comment.
I just noticed your updates. Please describe the trace server related preferences and that it will be used when starting the server from inside the application.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current instructions to set up the trace server for the trace extension does not explicitly indicate steps that only apply to Linux users. In addition, the lack of clear instructions for manually downloading and setting up the trace server makes it difficult for developers, who uses other OS, to run the trace server. This commit improves the documentation by providing clear instructions for developers on how to set up the server either by (1) using yarn, (2) downloading the server manually, or (3) building server manually. This will help contributors speed up their installation process, and reduce support effort.