Re: Trouble connecting to Swank running on android
PR <[email protected]> Thu, 24 Aug 2017 11:42:10 +0200
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAOJeB-Bdeuj4KARQF5OaXo_0U_3inxuT78=sp4WmqfH7VPu-Bw@mail.gmail.com> |
2017-08-23 23:36 GMT+02:00, Luís Oliveira <[email protected]>: > you could try to place a break at the start of > swank::close-connection% to see what's triggering it Thank you very much, I'm closer now (although it doesn't work normally yet). If I put a break at the start of swank::close-connection%, Emacs shows the debugger right after I connect to swank; then (and this is strange), after a few seconds, the REPL shows up in the other half of Emacs, and it works!! So, I have now the debugger open, and a functioning REPL (until I continue from the break); but the open debugger doesn't stop the REPL from functioning, and on conditions on the REPL, another debugger instance will show, so I can fully use the REPL. Now I'll need to examine the backtrace carefully... Thanks again, Paul > > HTH, > Luís >