A debug information HUD for Gideros apps. Simply include BhDebugInfo.lua (and Fonts/Tahoma.ttf) in your project and the HUD will appear at the top of the screen. Note, text is in black and you may have to change this to make it readable, depending on your app. To remove the HUD, right click on the BhDebugInfo.lua file in the Gideros IDE and choose "Exclude from Execution".
This module is part of the general Bowerhaus library for Gideros mobile. There are a number of cooperating modules in this library, each with it's own Git repository. In order that the example project files will run correctly "out of the box" you should create an appropriate directory structure and clone/copy the files within it.
###/MyDocs Place your own projects in folder below here
###/MyDocs/Library Folder for library modules
###/MyDocs/Library/Bowerhaus Folder containing sub-folders for all Bowerhaus libraries
###/MyDocs/Library/Bowerhaus/BhDebugInfo Folder for THIS FILE