
2017-08-24 15:29 GMT+02:00, Luís Oliveira <luismbo@gmail.com>:
On Thu, Aug 24, 2017 at 1:10 PM, PR <polos.ruetz@gmail.com> wrote:
I really have no clue so far...
Did you try to set swank::*debug-on-swank-protocol-error* to t as well?
setting swank::*debug-on-swank-protocol-error* to t didn't change anything, sorry. I couldn't find something useful so far, and handling with android (where everything is slow and nothing directly accessible) is quite tedious... As soon as I get some new and useful information, I will update you, of course. Thanks for your patience, Paul
If that doesn't help, then perhaps try to sprinkle swank::simple-serve-requests and swank::with-connection (maybe define your own version of with-connection because that's used elsewhere, namely in the REPL) with breaks and/or traces to see where it's failing.
BTW, it now occurs to me that you have a working REPL because swank-repl.lisp opens a dedicated socket for REPL requests.
Cheers, Luís