How detach from running application without closing it?

Hi! I’ve just started experimenting with releases and I’ve used Distillery to create a binary release. I know I can start it in the background with the command start and then use attach to attach a shell to the running application. However, when I close the shell the application also stops. Any ideas on how I can attach to a running app, inspect it and then detach without closing the application?

1 Like

Okay, sorry, I just found the remote_console command. Don’t know how I missed it!

1 Like