# 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://3899235193-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4yKxBBBv1qcoSuL2US4%2Fuploads%2Fgit-blob-bdb7c47b787931ff1690f8d67d4109bc5787f29d%2F08_start_linux_server.png?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://3899235193-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4yKxBBBv1qcoSuL2US4%2Fuploads%2Fgit-blob-b60a6ea06ca09557953d57d44459420a4c63f1c3%2F09_connect_to_linux.png?alt=media)

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

![](https://3899235193-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4yKxBBBv1qcoSuL2US4%2Fuploads%2Fgit-blob-599b56e23d8bd9c99f56dcb29ece32e1ef13c27f%2F10_attached_to_linux.png?alt=media)
