NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
Advanced Application Debugging - GUI Composer
Advanced Application Debugging[edit]
GUI Composer uses modern HTML5 web based technologies and Dojo/Dijit JavaScript library. To be able to inspect DOM/CSS elements and setting breakpoints in the JavaScript code, you can attach to the internal chromium browser with a Chrome browser.
Edit ccstudio.ini and add this java property to the end of the file, -Dcef_remote_debugging_port=<port> Restart CCS. Start Google Chrome and enter http://localhost:<port> in the address bar. Click on the link(s) to attach to the running chromium browser instance.
If the Chrome and GUI Composer are running on different machines, replace localhost with the IP address of the machine that GUI Composer is running.