Add a special section in src/README.md about debugging tricks

This commit is contained in:
David Capello 2015-04-07 17:19:34 -03:00
parent 6ec33bdcf7
commit 6430d53a21

View File

@ -47,3 +47,9 @@ because they don't depend on any other component.
## Level 5
* [main](main/) (app, base, she, ui)
# Debugging Tricks
On Windows, you can use F5 to show the amount of used memory. Also
`Ctrl+Shift+Q` crashes the application in case that you want to test
the anticrash feature or your need a memory dump file.