Shop OBEX P1 Docs P2 Docs Learn Events
Upgraded PropTool, now debug statement doesn't work?? — Parallax Forums

Upgraded PropTool, now debug statement doesn't work??

Hi ho. I just upgraded from 2.7.0 to 2.9.3. I have this debug statement in a loop in my program:

      debug(sdec(error), sdec(d))

It used to print a bunch of stuff in the "DEBUG Output" window, but now there's only four lines of "Cog0 INIT blah blah" and a new blank window opens, with title "Debugger - Cog 7 (210, 210)". A few seconds later, this new window closes and a "Debug communication lost" alert appears.

How do I get "debug" to print the stuff it used to?

Comments

  • JonnyMacJonnyMac Posts: 9,269

    Propeller Tool hasn't been updated in ages, so you may want to consider PNut (which is painful if you enjoy nice editing environments), or you could run Spin Tools from @Macca. Spin Tools is kept up-to-date with PNut, and if you want, you can call PNute from Spin Tools (I do this a lot). Spin Tools provides a nicer environment than Propeller Tools (x-platform, too), and lets you connect to the latest PNut if you're running Windows (safe assumption given your running Propeller Tool).

    Spin Tools: https://maccasoft.com/en/spin-tools-ide/

Sign In or Register to comment.