Re: Trouble connecting to Swank running on android
Luís Oliveira <[email protected]> Thu, 24 Aug 2017 14:29:30 +0100
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAB-HnLTx26P0ACPrHYVnchJq_W9joP4tOzcXk7=9Mk+wd_pFhg@mail.gmail.com> |
On Thu, Aug 24, 2017 at 1:10 PM, PR <[email protected]> wrote: > I really have no clue so far... Did you try to set swank::*debug-on-swank-protocol-error* to t as well? 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