cancel
Showing results for 
Search instead for 
Did you mean: 

CCO Plugin Debug

0 Kudos
277

Dear CCO Experts

Whats the best way to debug CCO Development project ? Should we export the Plugin JAR File each time to plugins folder and restart CCO ?

Regards,

Mohamed

View Entire Topic
marco_becker2
Advisor
Advisor
0 Kudos

Hi Mohamed,

yes, you have to export the jar and restart CCO. The plugin code is only loaded once during the startup of CCO. If you change some code in your plugin project, the debug will still work, but the code will be out of sync. Depending on your setup the hot code replace feature might work for Java code, when you are in the debug view. But I recommend to restart the application every time.

Best regards

Marco Becker