Studio Developer Manual / Version 2406.0
Table Of ContentsCoreMedia Studio components and plugins consist of static resources (images, style sheets, JavaScript files) and JavaScript objects. Debugging a custom CoreMedia Studio component or plugin involves the following tasks:
Check whether the static resources have been loaded
Explore the runtime behavior of the customization, that is, the relevant JavaScript code or DOM nodes
In the following sections, tools and best practices for debugging your CoreMedia Studio customizations are described.
Visit the Google Chrome Developer Tools website for more details.