# IDA Win32 to Linux Debugging

Connecting a Windows Debuging session to a Linux machine is essentially similar to a Windows to Windows connection. The Linux remote debugger server is started on the command line.

![](https://1800237466-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmbcivpLb9jyc0Sv4VOMC%2Fuploads%2Fgit-blob-1ddd1d1da8143ed5ad615bdd5539a67bfac5784f%2F08_start_linux_server.gif?alt=media)

then connect to the Linux Machine by selecting the attach to remote Linux command. We can then select the process we want to debug and connect to it with a simple click.

![](https://1800237466-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmbcivpLb9jyc0Sv4VOMC%2Fuploads%2Fgit-blob-565c32809505ae2e8c2f802a00bb9cbb481fd79e%2F09_connect_to_linux.gif?alt=media)

we are now connected to the remote process running on the Linux machine.

![](https://1800237466-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmbcivpLb9jyc0Sv4VOMC%2Fuploads%2Fgit-blob-0bbdd47dec2c10174c6921b93efa4628d8d6dc30%2F10_attached_to_linux.gif?alt=media)
