This topic describes how to debug Native Client projects with the Tizen Studio.
You can use the Tizen Studio debugger to test Native Client (NaCl) applications. The NaCl debugger is based on the Eclipse remote debugger. For more information on the remote debugger, see Remote Debugging.
Before you debug the application:
On the emulator, you must launch an appropriate emulator instance.
On a Samsung TV:
Obtain a Samsung-provided Smart TV developer model. For more information, contact a Samsung representative by going to "Samsung Apps TV Seller Office > Support > 1:1 Q&A".
Connect the TV to the Tizen Studio .
To debug the application with the default debug configuration:
You can also customize the debug configuration. The process is similar to customizing the launch configuration.
To create and use a custom debug configuration:
In the Tizen Studio menu, select "Debug As > Debug Configurations".
Create the debug configuration you need:
To debug the application in Google Chrome™:
To debug the application on the emulator or a TV, in the side menu, double-click "Device Debug":
Define the path to the compiled NaCl module (".nexe" file) in your project.
If you want to set a debugging entry point, in the "Debugger" tab, fill the "Stop on startup" checkbox and define the entry function.
To start debugging, click "Debug".