I'm making an application with the Android XMPP library aSmack with Eclipse. I can not get debug is launched in a separate window as instructed smack documentation:
http://www.igniterealtime.org/builds/smack/docs/latest/documentation/debugging.html
I imported smackx-debug.jar inside the libs folder and I've added this line to the code:
Connection.DEBUG_ENABLED = false;
The debug occurs, but in console of logcat, not a Enhanced Debugger.