Skip to content

Commit 748e752

Browse files
committed
Add logging & charting tips
1 parent e043425 commit 748e752

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

HowTo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ When you need more game-specific functionality, you have the following options,
135135

136136
* 🪲 The `debugMode` property on Components and many Scripts is your friend! It will print extra debug information in the logs and/or enable extra visual cues.
137137

138+
* 📜 Use the logging methods in the `Debug.gd` AutoLoad to help you track down nasty bugs! `Debug.printTrace()`, `Debug.printHighlight()` etc.
139+
140+
* 📈 Use `DebugComponent`, `ChartWindow`, `Chart` to monitor a real-time graph of any variable or property! e.g. `../CharacterBodyComponent:body:velocity:x` to help with perfecting physics parameters etc.
141+
138142
* The icons/emojis used in the log messages require Apple's SF Symbols which may not work on Windows or Linux: https://developer.apple.com/sf-symbols/
139143

140144
#### Common Reasons for Crashes

0 commit comments

Comments
 (0)