-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* enable debug mode when compiling in RELEASE mode * add hotkey for enabling debug mode * add localization for hotkey * add documentation
- Loading branch information
1 parent
620b19f
commit bb6e29a
Showing
3 changed files
with
57 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Enable `DebugMode` | ||
|
||
## General information | ||
|
||
For further investigation of issues, it is possible to activate a `DebugMode`. | ||
|
||
## How to enable/disable | ||
|
||
The default Hotkey to enable/disable `DebugMode` is `CTRL + Shift + D`.</br> | ||
You can change the Hotkey via `Tools -> Preferences -> Manage Keybindings` menu. | ||
|
||
## Supported features of `DebugMode` | ||
|
||
- display coordinates of current Viewport | ||
- display coordinates of current scrollable area | ||
- display coordinates and bounding box of current layout | ||
- display collision rectangle of current selection | ||
- display helper lines of `QuadTree` | ||
- display coordinates of objects (on each object) | ||
- display count of placed objects | ||
- display coordinates of mouse cursor (on mouse cursor) |