propeller debug
ivor
Posts: 2
i have just started looking at the propellor chip and have a basic understanding of
how it works.
my question is how do you de-bug your code?
······· can you put in breakpoints to the cog code?
······· how do you examine registers etc?
··· can someone give me an overview
···
··········· thank you
how it works.
my question is how do you de-bug your code?
······· can you put in breakpoints to the cog code?
······· how do you examine registers etc?
··· can someone give me an overview
···
··········· thank you
Comments
You will find a couple objects like "Simple Debug" or "PC_Debug".
These use the FullDuplex Serial driver to enable a com to something like HyperTerm for some setups. If your setup has a problem with that use the debug window in the stamp editor.
And Yes, you can sort of pause execution by issueing some of the GetChar like commands in the debug objects that wait for you to enter something in the terminal window before resuming code.
thank you. i have gota demo board so i will try that or serial lcd.
i think i have got he idea. its just a different way of thinking.
ivor