Is there any other documentation out there in addition to what comes
with version 6.1.1 of the IDE? Some methods don't seem to be well
documented, if at all. I was interested in using the .debug method,
but can't find any specifics on it - or is there another was to
monitor propertied during program execution?
thanks
-Ray
------------------------------------

(You need to be a member of oopic -- send a blank email to oopic-subscribe@yahoogroups.com )
design.wonk wrote:
> Is there any other documentation out there in addition to what comes
> with version 6.1.1 of the IDE? Some methods don't seem to be well
> documented, if at all. I was interested in using the .debug method,
> but can't find any specifics on it - or is there another was to
> monitor propertied during program execution?
>
> thanks
>
> -Ray
>
Ray
Check out the 'Object Watcher' tool which is is in the files section of
this group. It uses the .debug method to dynamically display objects,
object properties and normal variables.
Essentially the .debug method with the statement ObjectName.debug will
transmit the string "
" out on the USART of the Oopic.
The nice thing is, you don't have to use a serial object to do this as
it sends it directly to the hardware.
Ian
------------------------------------

(You need to be a member of oopic -- send a blank email to oopic-subscribe@yahoogroups.com )