How to Turn off DEBUG window
msiriwardena
Posts: 301
when ever I try to run a "Test program", the debug window opens and
I do not see the program out put on the LCD screen instead I see the debug window.
How can I turn off the debug window.
This started when I was playing with DEBUG to get a feel of it.
I tried to find a setting in the propeller tool was not successful.
I tried " DEBUG_WINDOWS_OFF" I am not sure if the syntax was correct.
I hope someone will help to resolve this.
Thank you,
Siri
attached is the simple program I am testing.
Comments
According to the Spin docs, you have to set DEBUG_WINDOWS_OFF to something other than 0. That said, this feature is not available in the latest version of Propeller Tool -- you'll need to compile with PNut.
@JonnyMac
Thanks for the info.
Siri