www.icetips.com  Icetips Utilities Documentation 10/2/2011    

Armadillo Class: HideDebugView

Previous  Top  Next  


The HideDebugView is set to either True or False in the Construct method. 

 

It is useful during debugging, but for safety reasons it is actually commented completely out in the class to prevent the application accidentally to send information about keys to tools such as DebugView!

 

To enable debug output, you must change:

 

Construct:

 

Comment out the last line:

 

SELF.HideDebugView = True  !! Comment out

 

Other methods:

 

Search for "!SELF.PTD" and replace with "SELF.PTD"

 

I.e. uncomment the SELF.PTD.

 

Make sure that before you deploy your program, that you turned the debug output OFF!

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/hidedebugview_armadilloc.htm