Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gdevelop5:interface:debugger [2020/06/28 14:36] 4ian old revision restored (2020/06/28 14:34) |
gdevelop5:interface:debugger [2020/12/26 13:56] (current) |
||
---|---|---|---|
Line 11: | Line 11: | ||
</ | </ | ||
- | {{ : | + | {{ : |
## Launch the debugger | ## Launch the debugger | ||
Line 26: | Line 26: | ||
When the game is just launched, the debugger is empty: | When the game is just launched, the debugger is empty: | ||
- | {{ : | + | {{ : |
Click on **" | Click on **" | ||
Line 59: | Line 59: | ||
Instances are grouped by objects name. Click on an object name to see the list of instances of this object living on the scene. Click on an instance number (each instance has a unique number) to inspect it: | Instances are grouped by objects name. Click on an object name to see the list of instances of this object living on the scene. Click on an instance number (each instance has a unique number) to inspect it: | ||
- | {{ : | + | {{ : |
The inspector shows general properties of the instance, for example, position, rotation, layer... For each of these properties, you can **edit them by clicking on the value**: | The inspector shows general properties of the instance, for example, position, rotation, layer... For each of these properties, you can **edit them by clicking on the value**: |