partyk1d24
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2013
04:56 PM
Where is the debug console in 5.3?
I am using 5.3 and when I telnet into 8085 I don't get the console as expected. Instead I get an empty prompt that doesn't seem to recognize input. Did the location change? Also I do not see the port information in the about section.
13 REPLIES 13
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2013
06:16 PM
Re: Where is the debug console in 5.3?
You probably need to re-enabled debugging mode on your roku - sometimes after an update it gets disabled. It's still port 8085. You can only have a single debugging telnet session at one time.
partyk1d24
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2013
06:24 PM
Re: Where is the debug console in 5.3?
Pretty sure the print commands are outputting I just can't issue any of my own commands. I was looking for something similar to ...
http://sdkdocs.roku.com/display/sdkdoc/ ... ug+Console
Mine just looks like it is outputing the syslog or something. Could it be I am on OSX?
http://sdkdocs.roku.com/display/sdkdoc/ ... ug+Console
"The Debug Console prompt looks like this:
BrightScript Debugger>"
Mine just looks like it is outputing the syslog or something. Could it be I am on OSX?

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2013
06:44 PM
Re: Where is the debug console in 5.3?
You can only issue commands if you break execution, either with a "stop" statement in the code, a bug that causes a crash, or by hitting CTRL-C in the terminal session.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
partyk1d24
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2013
06:55 PM
Re: Where is the debug console in 5.3?
Ctrl-C doesn't work, I can still deploy using eclipse. It says...
But that doesn't seem to get me to where I need to be it doesn't accept the commands listed above. I could try a STOP in an application I am running but I haven't done that yet I can keep you informed if it works. I really just want to look at the source files like it talks about.
Escape character is '^]'.
But that doesn't seem to get me to where I need to be it doesn't accept the commands listed above. I could try a STOP in an application I am running but I haven't done that yet I can keep you informed if it works. I really just want to look at the source files like it talks about.
partyk1d24
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2013
06:58 PM
Re: Where is the debug console in 5.3?
Sorry I meant this one talks about looking at the core libs...
http://sdkdocs.roku.com/display/sdkdoc/ ... tLibraries
http://sdkdocs.roku.com/display/sdkdoc/ ... tLibraries

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2013
11:00 PM
Re: Where is the debug console in 5.3?
"partyk1d24" wrote:
Ctrl-C doesn't work, I can still deploy using eclipse. It says...
Escape character is '^]'.
But that doesn't seem to get me to where I need to be it doesn't accept the commands listed above. I could try a STOP in an application I am running but I haven't done that yet I can keep you informed if it works. I really just want to look at the source files like it talks about.
Might be Command-C on Mac, but I'm not sure.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
partyk1d24
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2013
05:02 PM
Re: Where is the debug console in 5.3?
Doesn't seem to be the case. This platform is great just seems pretty hard to develop on with a mac.
Oh well back to the revue.
Oh well back to the revue.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2013
06:26 PM
Re: Where is the debug console in 5.3?
yup, if you can't find the break command on your mac, I guess you'd need to add a stop command to your app and run it twice to get debug console access. (The only logical conclusion)
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2013
06:35 PM
Re: Where is the debug console in 5.3?
Console is working fine on Mac, i just checked. fw5.3
Use Ctrl-C to break on Mac too, just like anywhere else (this is telnet, server interprets the code; not out-of-band)
simply did `telnet` from terminal.
Don't forget though: this only works on a side-loaded/dev channel - you don't get to interrupt/debug published channels.
Use Ctrl-C to break on Mac too, just like anywhere else (this is telnet, server interprets the code; not out-of-band)
simply did `telnet` from terminal.
Don't forget though: this only works on a side-loaded/dev channel - you don't get to interrupt/debug published channels.