Any way to enable the debugging window with a sparkplug?

I saw there is a debug mode that can be used for programs that use the smack api. Is there an easy way to enable that debuging mode from within a spark plugin or from the command line with a regular Spark distribution? It would be very helpful.

-dave

Hi dave,

You can always invoke the the debbufer from within Spark using F12. This should help you out

Cheers,

Derek

Thanks, Derek. That’'s exactly what I needed to know.

-dave