mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-04 15:46:51 -05:00
Debugging section in readme (#763)
This commit is contained in:
parent
b1cdb47302
commit
d1d8a52810
@ -99,6 +99,14 @@ Ingame you can create a heap dump by pressing `~` and typing `dumpheap`. A heap.
|
|||||||
|
|
||||||
You may need to install [Graphviz](http://www.graphviz.org/download/) in order to convert the profiler output.
|
You may need to install [Graphviz](http://www.graphviz.org/download/) in order to convert the profiler output.
|
||||||
|
|
||||||
|
## Debugging
|
||||||
|
|
||||||
|
### Layouts
|
||||||
|
|
||||||
|
Layouts can show their boundaries and other visual debugging information when they render. Set `layoutDebug` to `true` in `d2core/d2gui/layout.go` to enable this behavior.
|
||||||
|
|
||||||
|
![Example layout in debug mode](https://user-images.githubusercontent.com/1004323/85792085-31816480-b733-11ea-867e-291946bfff83.png)
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
There is an in-progress [project roadmap](https://docs.google.com/document/d/156sWiuk-XBfomVxZ3MD-ijxnwM1X66KTHo2AcWIy8bE/edit?usp=sharing),
|
There is an in-progress [project roadmap](https://docs.google.com/document/d/156sWiuk-XBfomVxZ3MD-ijxnwM1X66KTHo2AcWIy8bE/edit?usp=sharing),
|
||||||
|
Loading…
Reference in New Issue
Block a user