Re: Trouble connecting to Swank running on android

Luís Oliveira <[email protected]> Wed, 23 Aug 2017 22:36:50 +0100
Newsgroups gmane.lisp.slime.devel
Message-ID <CAB-HnLQ24+oghy6B6W+V9GQs195Og=W=Sx+6cwsCLNYhbef6Ng@mail.gmail.com>
On Wed, Aug 23, 2017 at 2:49 PM, PR <[email protected]> wrote:
> So, it basically seems a network communication problem.

Looking at the event log doesn't seem to yield much of a clue. Perhaps
you can try setting swank::*debug-on-swank-protocol-error* to t. If
that doesn't help, you could try to place a break at the start of
swank::close-connection% to see what's triggering it.

HTH,
Luís