I would start with turning off the debugger.  There's a very inconspicuous 
green bug icon on the same line as the lower run button.  Click it to turn 
it off.  

Otherwise, you can leave debug on, and hit the play button in the debug 
area to continue to run your code.

On Thursday, January 8, 2015 at 10:23:43 AM UTC-5, Constantinos 
paradisenauts wrote:
>
> The code on this page <http://192.168.7.2/Support/bone101/> executes fine!
>
> When I copy and paste cloud9, the debugger highlights and stops in the 
> first line  i.e. var b = require('bonescript');
>
> *Any ideas on what needs to be done?*
>
> Cheers :)
>
>
> *Code:*
>
> var b = require('bonescript');
> b.pinMode('USR0', b.OUTPUT);
> b.pinMode('USR1', b.OUTPUT);
> b.pinMode('USR2', b.OUTPUT);
> b.pinMode('USR3', b.OUTPUT);
> b.digitalWrite('USR0', b.HIGH);
> b.digitalWrite('USR1', b.HIGH);
> b.digitalWrite('USR2', b.HIGH);
> b.digitalWrite('USR3', b.HIGH);
> setTimeout(restore, 2000);
>
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to