From: John Zabroski Date: Mon, 9 Aug 2021 17:48:28 +0000 (-0400) Subject: minor formatting fixes (#2494) X-Git-Tag: submit/tizen/20220302.040122~21^2^2~161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cb03dbd4b93564f1d45c9f04ac8bf8961e01cc7;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git minor formatting fixes (#2494) --- diff --git a/documentation/dotnet-trace-instructions.md b/documentation/dotnet-trace-instructions.md index 8d065bce3..154996a92 100644 --- a/documentation/dotnet-trace-instructions.md +++ b/documentation/dotnet-trace-instructions.md @@ -84,14 +84,12 @@ Output File : E:\temp\gcperfsim\trace.nettrace Press or to exit... ``` -You can stop collecting the trace by pressing `` or `` key. Doing this will also exit `hello.exe`. +You can stop collecting the trace by pressing Enter or Ctrl + C key. Doing this will also exit `hello.exe`. -### NOTE -* Launching `hello.exe` via dotnet-trace will redirect its input/output and you will not be able to interact with it on the console by default. Use the --show-child-io switch to interact with its stdin/stdout. - -* Exiting the tool via CTRL+C or SIGTERM will safely end both the tool and the child process. - -* If the child process exits before the tool, the tool will exit as well and the trace should be safely viewable. +> [!NOTE] +> * Launching hello.exe via dotnet-trace will redirect its input/output and you will not be able to interact with it on the console by default. Use the `--show-child-io` switch to interact with its stdin/stdout. +> * Exiting the tool via CTRL+C or SIGTERM will safely end both the tool and the child process. +> * If the child process exits before the tool, the tool will exit as well and the trace should be safely viewable. ## Viewing the trace captured from dotnet-trace @@ -282,4 +280,4 @@ Options: The format of the output trace file. This defaults to "nettrace" on Windows and "speedscope" on other OSes. -- (for target applications running .NET 5.0 or later only) - The command to run to launch a child process and trace from startup. \ No newline at end of file + The command to run to launch a child process and trace from startup.