Skip to content

Commit

Permalink
Add a special section in src/README.md about debugging tricks
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Apr 7, 2015
1 parent 6ec33bd commit 6430d53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6430d53

Please sign in to comment.