Roku Debugging Overview

There are many tools available for developers to debug Cloud apps. These tools provide ways to identify a wide range of issues on Cloud apps.

BrightScript Console

The BrightScript Console enables you to see what’s happening on the Roku device. See Using the BrightScript Console to learn more.

BrightScript Debug Shell

The BrightScript Debug Shell is an interactive debugging tool that provides debug utilities such as fps_display and bitmap usage. See BrightScript Debug Shell to learn more.

Server logs

Use the Server logs to debug what happens on the server. See Debugging with Roku Server Logs to learn more.

Roku Advanced Layout Editor

The Roku Advanced Layout Editor (RALE) is a tool that provides a hierarchical view of the SceneGraph. See Debugging with RALE to learn more.