I'm trying to use the cep:debug task to debug my extension, but am hitting the following error, taken from: CEP8-IDSN.log
2018-10-22 14:32:30:153 : DEBUG Found extension with id 'acme.indesign.exporter.panel.debug'
2018-10-22 14:32:30:156 : DEBUG Missing DispatchInfo detected
2018-10-22 14:32:30:158 : INFO Removing extension with id 'acme.indesign.exporter.panel.debug' because it is incomplete
Packaging the extension using cep:release and installing it results in the extension being loaded as expected. When comparing the two manifest.xml files - one from the installed packaged extension in C:\Program Files (x86)\Common Files\Adobe\CEP\extensions and one from the debug-mode extension in %APPDATA%\Roaming\Adobe\CEP\extensions - the only difference is the .debug suffix on the extension ID and the (debug) suffix on the extension name.
I'm trying to use the
cep:debug
task to debug my extension, but am hitting the following error, taken from:CEP8-IDSN.log
Packaging the extension using
cep:release
and installing it results in the extension being loaded as expected. When comparing the twomanifest.xml
files - one from the installed packaged extension inC:\Program Files (x86)\Common Files\Adobe\CEP\extensions
and one from the debug-mode extension in%APPDATA%\Roaming\Adobe\CEP\extensions
- the only difference is the.debug
suffix on the extension ID and the(debug)
suffix on the extension name.Any ideas what may be causing this?