Is it possible to use Jetbrains Fleet and debug a process via remote attach? For example, to debug inside a docker container?
Remote attach currently seems to exist only via attachment to Java Virtual Machine.
Is it possible to use Jetbrains Fleet and debug a process via remote attach? For example, to debug inside a docker container?
Remote attach currently seems to exist only via attachment to Java Virtual Machine.
Copyright © 2021 Jogjafile Inc.
There is no Remote Attach action for Python (a related request for this: Attach to Remote Process),
but it is possible to debug Python on a remote machine in Fleet: You can install and run a Fleet backend on a remote server where your code resides, e.g. for macOS:
Install Fleet on a remote host
Run Fleet on a remote host
and then connect to it from the client machine, e.g. for macOS:
From JetBrains Fleet
Press
⌘⇧K.Start typing Join Session and select the corresponding action when it appears in the suggestions.
Specify the workspace ID or URL and press
↵.Wait until the connection is set up.
And then run and debug the remote code as usual.