Is there an easy way to remotely debug a fast application (steam / perfect / kitura) running on a server (develpoment)?

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?

+4
source share
1 answer

My point is related to Vapor, but maybe other frameworks also support it.

You may have different configurations for different environments, so I should not emulate production so much on a development machine.

- . - - " " . , .

https://github.com/SwiftyBeaver/SwiftyBeaver

0

Source: https://habr.com/ru/post/1671197/


All Articles