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: 
priya_sp
Visitor

Debugging Support in Roku Scene

is there any way to debug and see the nodes created in roku xml scene graph??

We are creating many objects and nodes in Roku XML scene graph? Is there any way to see those nodes in console mode?

Im using ATOM editor and i see a console screen..can i able to see?
0 Kudos
2 REPLIES 2
joetesta
Roku Guru

Re: Debugging Support in Roku Scene

Yes, hopefully this may help you?
https://sdkdocs.roku.com/display/sdkdoc/Debugging+Scene+Graph+Applications 
Special Scene Graph Debugging Commands

(Although I believe the business about ports above 8085 may now be outdated?  Anyone? Bueller?)

These commands can be invoked in the debug server from telnet port 8080 port
sgnodes all
sgnodes roots

You'll probably want to copy the output to an editor that allows you to make sense of it!
aspiring
0 Kudos
EnTerr
Roku Guru

Re: Debugging Support in Roku Scene

"joetesta" wrote:
(Although I believe the business about ports above 8085 may now be outdated?  Anyone? Bueller?)

regrettably, "RokuElvis has left the building" months ago.
[spoiler=Triple Entendre:3scskdsr][/spoiler:3scskdsr]
On another note, the new "unified" console is borken with multithreading (aka RSG), so port 8080 might be the better bet
0 Kudos