From 8d45f3ea15adea8c5e6d89546434c46a5fbdc3c6 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 22 Apr 2021 15:28:08 -0400 Subject: [PATCH] SerialStudio instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ddf00c..ba0dd10 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,8 @@ ### VSCode Setup -If using VSCode, disable the `Rust` extension, and install everything in the **Workspace Recommendations** (You will see this list by searching `@recommended` in the extensions panel) \ No newline at end of file +If using VSCode, disable the `Rust` extension, and install everything in the **Workspace Recommendations** (You will see this list by searching `@recommended` in the extensions panel) + +### Attaching to the in-game profiler + +When the game is ran in its `dev` profile (using `cargo run`), the internal profiler is exposed on `127.0.0.1:8019`. To connect to this, install [Serial Studio](https://www.alex-spataru.com/serial-studio.html) from [here](https://github.com/Serial-Studio/Serial-Studio/releases/tag/v1.0.20), and point it at `127.0.0.1:8019` by selecting the `auto` communication mode, then selecting `Network>TCP` for the connection type. \ No newline at end of file