Howdy,
As I said in a previous thread, I'm new to Java and what not and trying to find ways to help me learn as fast as possible.
So I've been able to compile the movieinfo plugin and starting to look at it to see how I can fix/improve it.. I see a lot of places where he used printlns.. My question, how in the world did he see these during normal operation?
They don't output in the PMS's trace window and I'm not able to get the NetBean's debugger to attach to the PMS processes..
What do you plugin devs use to output text so quickly see debug info?
Is there an easy way to get the plugin to just output to the trace tab?
Thanks.
Update:
Well, I see PMS.minimal/debug/info works for some simple trace.. I can't seem to find the option to tell PMS to output Debug writes to the log.. So I'm forced to use minimal for now unless someone knows the magic flag?
Anyway, I still would like to know how most do debug.
