# Core Editor Debugging

The `IGPRuntimeManager` Inspector shows only common serialized configuration. Runtime events are code-only C# events and are listed in [EVENT-REFERENCE.md](EVENT-REFERENCE.md). Desktop launch package, ticket, and secret values used by the editor test workflow remain session-only and are not written into project preferences.

Check these states in Play Mode:

- the assigned `IGPConfig.appId` is valid;
- desktop session is attached when desktop capabilities are required;
- authorization reaches the expected state;
- core error events are subscribed on `IGPRuntimeManager` with `+=`.

KCP parameters and diagnostics are shown by the separate `IGPMultiplayerRuntime` Inspector. Multiplayer events are also code-only.
