Hi,
I’m new to Grafana development and would like to learn how to develop backend plugins as described in
https://grafana.com/docs/grafana/latest/plugins/developing/backend-plugins-guide/. I started to have a deeper look into the simple json backend datasource plugin (https://github.com/grafana/simple-json-backend-datasource), and now I’m wondering how debug the GO coding with a debugger provided by VSCode or IntelliJ GoLand. As far as I understand, the plugin is registered with the Grafana server which starts the plugin backend code. Do I have to run the Grafana server in the IDE in order to debug backend plugin code or is there any other way to observe plugin execution inside a debugger?
Thanks and best regards!