Implemented separate TCP logger service
This commit is contained in:
@@ -9,7 +9,7 @@ First, start your application using the provided debug runner. This script launc
|
||||
```bash
|
||||
./run_debug_app.sh
|
||||
```
|
||||
*Note: You should see logs indicating the `DebugService` has started on port 8080.*
|
||||
*Note: You should see logs indicating the `DebugService` has started on port 8080 and `TcpLogger` on port 8082.*
|
||||
|
||||
### Start the GUI Client
|
||||
In a new terminal window, navigate to the client directory and run the GUI:
|
||||
@@ -51,6 +51,6 @@ If you need to "freeze" the entire application to inspect a specific state:
|
||||
- Click **▶ Resume** to restart the execution.
|
||||
|
||||
### Log Terminal
|
||||
The bottom panel displays every `REPORT_ERROR` event from the C++ framework.
|
||||
The bottom panel displays every `REPORT_ERROR` event from the C++ framework, powered by the standalone `TcpLogger` service.
|
||||
- **Regex Filter:** Type a keyword like `Timer` in the filter box to isolate relevant events.
|
||||
- **Pause Logs:** Toggle **⏸ Pause Logs** to stop the scrolling view while data continues to be captured in the background.
|
||||
|
||||
Reference in New Issue
Block a user