Skip to content

Commit

Permalink
Update debug-log.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GasimoCodes authored Jan 6, 2024
1 parent 0c18c77 commit 2753d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/editor/windows/debug-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The **Debug Log** is a utility window that displays the log messages from the game called via `Debug.Log`, `Debug.LogWarning`, `Debug.LogError` or `Debug.LogException` from C# or via `DebugLog` interface in C++. Can be used to detect problems with the game or to debug the logic via simple printing. Those logs are also passed into the [Output Log](output-log.md) and engine log output (console/file).

You can easily select and copy log entries (with `Ctrl+C` or *right-click* and use contex menu) or open the code location that called the log function based on the captured stack trace (*double-click* or *right-click* and use contex menu).
You can easily select and copy log entries (with `Ctrl+C` or *right-click* and use context menu) or open the code location that called the log function based on the captured stack trace (*double-click* or *right-click* and use context menu).

Debug Log window supports capturing stack trace from C++ and C# scripts.

Expand Down

0 comments on commit 2753d50

Please sign in to comment.