Re: Trouble connecting to Swank running on android
PR <[email protected]> Thu, 24 Aug 2017 19:41:44 +0200
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAOJeB-B-E3p5tPPgnD+Vf=+z7dvdYmzdLBwj6AppKx-4VhmOZA@mail.gmail.com> |
2017-08-24 15:29 GMT+02:00, Luís Oliveira <[email protected]>: > 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? 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 >