Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
SoutheastTv
Visitor

Are there any Debugger commands?

I'm using a mac, I have Terminal I'm using to telnet to the ip of the roku box, after I type the telnet once I'm no longer able to type it to test again. I have to close and re-open. Are there any commands I can use once I've telnet'd the server? For example can I show what's in certain variables to test what of my xml is being loaded etc?
0 Kudos
3 REPLIES 3
gonzotek
Visitor

Re: Are there any Debugger commands?

"SoutheastTv" wrote:
I'm using a mac, I have Terminal I'm using to telnet to the ip of the roku box, after I type the telnet once I'm no longer able to type it to test again. I have to close and re-open. Are there any commands I can use once I've telnet'd the server? For example can I show what's in certain variables to test what of my xml is being loaded etc?

See section 8 of the DeveloperGuide.pdf file. (short version, hit ctrl-c to break the application and enter the debugger, then type help once you're in the debugger).
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
0 Kudos
SoutheastTv
Visitor

Re: Are there any Debugger commands?

in mac that would be command+c and it doesn't work. It beeps at me, and cntl-c just puts ^C on the line.
0 Kudos
RokuChris
Roku Employee
Roku Employee

Re: Are there any Debugger commands?

"SoutheastTv" wrote:
in mac that would be command+c and it doesn't work. It beeps at me, and cntl-c just puts ^C on the line.


It's control-c on the Mac. It won't work unless the side loaded channel is running at the time.

And to exit the telnet session, hit control-] and type quit at the telnet prompt.
0 Kudos