How to debug InfluxDB remotely using Visual Studio Code

InfluxDB is implemented in Go language. So, we need build and debug tools in Go language. 1. Prerequisites Version of InfluxDB: InfluxDB 2.0 Target Machine: CentOS7 Host Machine: Windows10 2. Preparation in taget machine Perform the follwing steps in target machine (1) Install gvm(go version manager) bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) (2) Install […]