If you would like the debug packer to include your plugins debug (if you got any of course) add the following code snippet:
- Code: Select all
String f=(String)PMS.getConfiguration().getCustomProperty("dbgpack");
if(f==null)
f=myFile;
else
f=myFile+","+f;
PMS.getConfiguration().setCustomProperty("dbgpack",f);
PMS.getConfiguration().save();
Code etc. found at
https://github.com/SharkHunter/DbgPack