DEBUG_ENABLED won''t work with SSL

Is this a known issue? I’‘ve searched Jira for ‘‘SSLXMPPConnection’’ and ‘‘debug’’ but couldn’'t find anything.

Enabling debug on an SSL connection won’'t work for me. The debug-window does pop up, but freezes within a second. Using a standard XMPP connection works perfectly.

XMPPConnection.DEBUG_ENABLED = true;

// connection = new SSLXMPPConnection(server);

connection = new XMPPConnection(server);[/code]

Disregard. It seems that both XMPPConnection and SSLXMPPConnection freeze at some point in my code. Haven’'t been able to accuratly reproduce it yet, but its not a SSL-only problem.

I can reproduce it 90% of the time doing this:

Start my (cli-based) application with debug_enabled set to true.

Wait for the debug window to popup.

Close my application without first closing the debug window.

Hey Guus,

Are you using the latest nightly build? We fixed some thread-safe issues when using the EnhancedDebuger so you may give the latest nightly build a try. Let us know how it goes.

Regards,

– Gato