How to debug the plugin code?

How to debug the plugin code?

book

Article ID: KB0092077

calendar_today

Updated On:

Products Versions
TIBCO Hawk -
Not Applicable -

Description

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.

Issue/Introduction

How to debug the plugin code?