Debug Packer

Discuss issues related to PS3 Media Server development (only for programmers)

Debug Packer

Postby SharkHunter » Fri Mar 11, 2011 6:51 pm

I developed a rather silly but somewhat useful plugin. I call it debug packer since that what it does. It simply packs a bunch of debug related stuff into one zip file (since people always tends to ask wher those files are).
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
SharkHunter
 
Posts: 941
Joined: Tue Jun 01, 2010 8:39 pm
Top

Re: Debug Packer

Postby infidel » Sun May 13, 2012 7:28 pm

Plugin updated with more silly/useful features:

  • Complete list of registered files.
  • Buttons to open each file in your default editor.
  • A standard save dialog.
  • A simpler callback interface for plugin developers.
infidel
 
Posts: 278
Joined: Sun Aug 15, 2010 4:56 pm
Top


Return to Developers

Who is online

Users browsing this forum: No registered users and 2 guests

cron