mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
Sometimes when running elasticsearch, it is useful to attach a remote debugger. This change adds a --debug-jvm option (the same name gradle uses for its tests debug option), which adds java agent config for a remote debugger. The configuration is set to hava java suspend until the remove debugger is attached. closes #14772