Using Xcode is pretty easy to debug a server-side fast speed application (steam / perfect / kitura) running on the local machine. Unfortunately, it is not always easy to run the server application on local workstations due to data base connections and various other interactions that are difficult to imitate on the local machine. To make the application look more like in production, I would prefer to do some remote debugging of the fast speed application (steam / perfect / kitura) on the server side.
These are seams, because llvm is able to support remote debugging. Is it possible to debug Xcode Debugger for a remote application (running on a server) or is there any other environment that can do this?
source
share