debugserver is a console app that acts as server for remote gdb or lldb debugging. It is installed when a device is marked for development. It can be found in /Developer/usr/bin/debugserver. This is also the process invoked by Xcode to debug applications on the device. If you're using iOS 7, see Debugging on iOS 7 for more context. Command line options debugserver [<options>] host:<port> [<prog-na