debug + propeller
nvale55@gmail.com
Posts: 15
Hi,
I would just like to know if it is possible to debug a propeller chiplike like you do a bs2 chip? if so how?
I would just like to know if it is possible to debug a propeller chiplike like you do a bs2 chip? if so how?
Comments
Then within the rest of your code you would print a string like this
or a number
Edit: spelling and starting of object parallax serial terminal
Not sure on how the bs2 debugs, but I've been trying viewport, and it allows some pretty cool debugging features. Including, IO display, Variable display, Pause, Step code, plus alot of other stuff I haven't even looked at.
ViewPort does all this and more...
ViewPort also includes an integrated terminal with absolute and relative positioning so you can build text interfaces. You can also graph variable values in real time and watch IO states change at up to 80 million samples/second. ViewPort supports PropBasic, Spin and C.
Hanno