Resolution: There is no setting for debug info. For plugin debug, I suggest following way: 1. In your plugin code, send the output to the stdout by using System.out. 2. Start the hawkagent from command line.
In this way, you can see some debug info from the standard output.