About
ccc_debugger is debugging tool that can be used to troubleshoot certain error in Adobe Creative Cloud Connector.
ccc_debugger is used to run the underlying logic of the DACCC(js-sdk) in a browser in order to inspect network calls, console outputs and possible errors or exceptions.
Installation
ccc_debugger is available with every version of DACCC 2.06 0.6 or higher on swinstall.
Simply follow the steps below:
- Download and unpack the archive on your desktop.
- Open the file `config.js` and set the correct apiUrl, username and password.
- Double-click to open any of the HTML files within the debugger to open it in your local browser.
Debuggers
While the debuggers will try to output as much information as possible in the webpage, it might be needed to manually inspect the browser console and network requests for additional information.
sanity_check
sanity_check is a simple debugger that, using the configurations provided, will try to create an instance of the connector. This debugger can be used to catch commonly occurring problem like connection issues, invalid credentials, insufficient roles or permissions, and configurations. For most cases this is the only debugger you need
...