4
I work at a company doing bug fixes. Some clients deploy the system to computers on their internal network, so it is not possible to debug it remotely.
Customers' computers usually have Internet access.
I wonder if there is any tool that would allow to debug remote.
If I created a VPN with OpenVpn
, would solve my problem?
I believe it is necessary to carry out the release of external access in your database and to direct the port of your modem to the port of the database. If you can access the bank externally, you will be able to debug the application on your machine. I do this for a database that is on Amazon and works perfectly!
– karanalpe
The project is deployed in another network. There would be no way to debug locally.
– helciodasilva
The project may be deployed in another network, but you have the source code of it not? Change the connection data pointing to the remote database and if it is available for external access, you will be able to do this process smoothly.
– karanalpe
You want to debug including the database, or just the same code pointing to any bank?
– Giuliana Bezerra
only bank independent source code.
– helciodasilva