Shop OBEX P1 Docs P2 Docs Learn Events
debug help — Parallax Forums

debug help

TCTC Posts: 1,019
edited 2008-07-30 01:34 in Propeller 1
It has been a long time since working with the prop. I am trying to figure out "SimpleDebug" I want to send a "Hello World" stream. any one please give me some input.

TC

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
We all make mistakes when we are young………That’s why paste is edible!

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-07-30 01:07
    SimpleDebug is simple. What don't you understand?
  • TCTC Posts: 1,019
    edited 2008-07-30 01:17
    just the format. i have

    debug.str("hello world")

    I know it is wrong but I just cant put 2 and 2 together.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    We all make mistakes when we are young………That’s why paste is edible!
  • hippyhippy Posts: 1,981
    edited 2008-07-30 01:31
    debug.str(String("hello world"))
  • TCTC Posts: 1,019
    edited 2008-07-30 01:34
    Thanks hippy. I just could not see it

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    We all make mistakes when we are young………That’s why paste is edible!
Sign In or Register to comment.