Shop OBEX P1 Docs P2 Docs Learn Events
How to Turn off DEBUG window — Parallax Forums

How to Turn off DEBUG window

msiriwardenamsiriwardena Posts: 301
edited 2021-06-21 16:37 in Propeller 2

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

  • JonnyMacJonnyMac Posts: 9,003
    edited 2021-06-21 17:59

    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

Sign In or Register to comment.